Html Css Color HEX #FACC5B Kournikova

📋 copy color: '#FACC5B'

red 250 ◦ green 204 ◦ blue 91

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

Shades of Kournikova #FACC5B

Tints of Kournikova #FACC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.7%

R = 45.87%
G = 37.43%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FACC5B (or 0xFACC5B) is known color: Kournikova. HEX triplet: FA, CC and 5B. RGB value is (250,204,91). Sum of RGB (Red+Green+Blue) = 250+204+91=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 91 (35.94% from 255 or 16.70% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC5B is #0533A4. Grayscale: #CDCDCD. Windows color (decimal): -340901 or 6016250. OLE color: 6016250.

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

Color convert

RGB 250 204 91 -
CMYK 0 0.18 0.64 0.02
HSL 42.64º 0.94% 0.67% -
HSV(B) 42.64º 0.64% 0.98% -
XYZ 62.91 64.27 18.99 -
YUV 204.87 63.74 160.19 -
System Red Green Blue C M Y K H S L
Decimal 250 204 91 0 0.18 0.64 0.02 42.64 0.94 0.67
Hex FA CC 5B 0 12 40 2 2B 5E 43
Octal 372 314 133 0 22 100 2 53 136 103
Binary 11111010 11001100 1011011 0 10010 1000000 10 101011 1011110 1000011

Color Harmonies of #FACC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC5B

Black with #FACC5B

Text Example


Text Example

White with #FACC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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