Html Css Color HEX #FACC4D Kournikova

📋 copy color: '#FACC4D'

red 250 ◦ green 204 ◦ blue 77

#FACC4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kournikova #FACC4D

Tints of Kournikova #FACC4D

RGB

 RED value IS 250 (98.05% from 255) = 47.08%

 GREEN value IS 204 (80.08% from 255) = 38.42%

 BLUE value IS 77 (30.47% from 255) = 14.5%

R = 47.08%
G = 38.42%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FACC4D (or 0xFACC4D) is known color: Kournikova. HEX triplet: FA, CC and 4D. RGB value is (250,204,77). Sum of RGB (Red+Green+Blue) = 250+204+77=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC4D is #0533B2. Grayscale: #CBCBCB. Windows color (decimal): -340915 or 5098746. OLE color: 5098746.

HSL color Cylindrical-coordinate representation of color #FACC4D: hue angle of 44.05º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FACC4D is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 204 77 -
CMYK 0 0.18 0.69 0.02
HSL 44.05º 0.95% 0.64% -
HSV(B) 44.05º 0.69% 0.98% -
XYZ 62.36 64.05 16.1 -
YUV 203.28 56.74 161.33 -
System Red Green Blue C M Y K H S L
Decimal 250 204 77 0 0.18 0.69 0.02 44.05 0.95 0.64
Hex FA CC 4D 0 12 45 2 2C 5F 40
Octal 372 314 115 0 22 105 2 54 137 100
Binary 11111010 11001100 1001101 0 10010 1000101 10 101100 1011111 1000000

Color Harmonies of #FACC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC4D

Black with #FACC4D

Text Example


Text Example

White with #FACC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC4D; }

 p { color: rgb(250,204,77); }

 H1.HeaderClassName
 {
   color: #FACC4D;
 }
 .AnyTagClassName
 {
   color: #FACC4D;
 }
</style>

background-color css

<style>
 a { background-color: #FACC4D; }

 a { background-color: rgb(250,204,77); }

 div.DivClassName
 {
   background-color: #FACC4D;
 }
 .BgClassName
 {
   background-color: #FACC4D;
 }
</style>

border-color css

<style>
 span { border-color: #FACC4D; }

 span { border-color: rgb(250,204,77); }

 td.TdClassName
 {
   border-color: #FACC4D;
 }
 .TagClassName
 {
   border-color: #FACC4D;
 }
</style>