Html Css Color HEX #FACC5A Kournikova

📋 copy color: '#FACC5A'

red 250 ◦ green 204 ◦ blue 90

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

Shades of Kournikova #FACC5A

Tints of Kournikova #FACC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.54%

R = 45.96%
G = 37.5%
B = 16.54%

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

#FACC5A (or 0xFACC5A) is known color: Kournikova. HEX triplet: FA, CC and 5A. RGB value is (250,204,90). Sum of RGB (Red+Green+Blue) = 250+204+90=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC5A is #0533A5. Grayscale: #CDCDCD. Windows color (decimal): -340902 or 5950714. OLE color: 5950714.

HSL color Cylindrical-coordinate representation of color #FACC5A: hue angle of 42.75º 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 #FACC5A is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 204 90 -
CMYK 0 0.18 0.64 0.02
HSL 42.75º 0.94% 0.67% -
HSV(B) 42.75º 0.64% 0.98% -
XYZ 62.86 64.25 18.76 -
YUV 204.76 63.24 160.27 -
System Red Green Blue C M Y K H S L
Decimal 250 204 90 0 0.18 0.64 0.02 42.75 0.94 0.67
Hex FA CC 5A 0 12 40 2 2B 5E 43
Octal 372 314 132 0 22 100 2 53 136 103
Binary 11111010 11001100 1011010 0 10010 1000000 10 101011 1011110 1000011

Color Harmonies of #FACC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC5A

Black with #FACC5A

Text Example


Text Example

White with #FACC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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