Html Css Color HEX #FACA4C Kournikova

📋 copy color: '#FACA4C'

red 250 ◦ green 202 ◦ blue 76

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

Shades of Kournikova #FACA4C

Tints of Kournikova #FACA4C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.26%

 BLUE value IS 76 (30.08% from 255) = 14.39%

R = 47.35%
G = 38.26%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FACA4C (or 0xFACA4C) is known color: Kournikova. HEX triplet: FA, CA and 4C. RGB value is (250,202,76). Sum of RGB (Red+Green+Blue) = 250+202+76=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 76 (30.08% from 255 or 14.39% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA4C is #0535B3. Grayscale: #CACACA. Windows color (decimal): -341428 or 5032698. OLE color: 5032698.

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

Color convert

RGB 250 202 76 -
CMYK 0 0.19 0.70 0.02
HSL 43.45º 0.95% 0.64% -
HSV(B) 43.45º 0.7% 0.98% -
XYZ 61.85 63.09 15.75 -
YUV 201.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 250 202 76 0 0.19 0.70 0.02 43.45 0.95 0.64
Hex FA CA 4C 0 13 46 2 2B 5F 40
Octal 372 312 114 0 23 106 2 53 137 100
Binary 11111010 11001010 1001100 0 10011 1000110 10 101011 1011111 1000000

Color Harmonies of #FACA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA4C

Black with #FACA4C

Text Example


Text Example

White with #FACA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA4C; }

 p { color: rgb(250,202,76); }

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

background-color css

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

 a { background-color: rgb(250,202,76); }

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

border-color css

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

 span { border-color: rgb(250,202,76); }

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