Html Css Color HEX #FACA4A Kournikova

📋 copy color: '#FACA4A'

red 250 ◦ green 202 ◦ blue 74

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

Shades of Kournikova #FACA4A

Tints of Kournikova #FACA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.07%

R = 47.53%
G = 38.4%
B = 14.07%

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

#FACA4A (or 0xFACA4A) is known color: Kournikova. HEX triplet: FA, CA and 4A. RGB value is (250,202,74). Sum of RGB (Red+Green+Blue) = 250+202+74=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA4A is #0535B5. Grayscale: #CACACA. Windows color (decimal): -341430 or 4901626. OLE color: 4901626.

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

Color convert

RGB 250 202 74 -
CMYK 0 0.19 0.70 0.02
HSL 43.64º 0.95% 0.64% -
HSV(B) 43.64º 0.7% 0.98% -
XYZ 61.78 63.06 15.39 -
YUV 201.76 55.9 162.41 -
System Red Green Blue C M Y K H S L
Decimal 250 202 74 0 0.19 0.70 0.02 43.64 0.95 0.64
Hex FA CA 4A 0 13 46 2 2C 5F 40
Octal 372 312 112 0 23 106 2 54 137 100
Binary 11111010 11001010 1001010 0 10011 1000110 10 101100 1011111 1000000

Color Harmonies of #FACA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA4A

Black with #FACA4A

Text Example


Text Example

White with #FACA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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