Html Css Color HEX #FACA4B Kournikova

📋 copy color: '#FACA4B'

red 250 ◦ green 202 ◦ blue 75

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

Shades of Kournikova #FACA4B

Tints of Kournikova #FACA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.23%

R = 47.44%
G = 38.33%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FACA4B (or 0xFACA4B) is known color: Kournikova. HEX triplet: FA, CA and 4B. RGB value is (250,202,75). Sum of RGB (Red+Green+Blue) = 250+202+75=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 75 (29.69% from 255 or 14.23% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA4B is #0535B4. Grayscale: #CACACA. Windows color (decimal): -341429 or 4967162. OLE color: 4967162.

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

Color convert

RGB 250 202 75 -
CMYK 0 0.19 0.7 0.02
HSL 43.54º 0.95% 0.64% -
HSV(B) 43.54º 0.7% 0.98% -
XYZ 61.81 63.07 15.57 -
YUV 201.87 56.4 162.33 -
System Red Green Blue C M Y K H S L
Decimal 250 202 75 0 0.19 0.7 0.02 43.54 0.95 0.64
Hex FA CA 4B 0 13 46 2 2C 5F 40
Octal 372 312 113 0 23 106 2 54 137 100
Binary 11111010 11001010 1001011 0 10011 1000110 10 101100 1011111 1000000

Color Harmonies of #FACA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA4B

Black with #FACA4B

Text Example


Text Example

White with #FACA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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