Html Css Color HEX #FACB5F Kournikova

📋 copy color: '#FACB5F'

red 250 ◦ green 203 ◦ blue 95

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

Shades of Kournikova #FACB5F

Tints of Kournikova #FACB5F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.04%

 BLUE value IS 95 (37.5% from 255) = 17.34%

R = 45.62%
G = 37.04%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FACB5F (or 0xFACB5F) is known color: Kournikova. HEX triplet: FA, CB and 5F. RGB value is (250,203,95). Sum of RGB (Red+Green+Blue) = 250+203+95=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACB5F is #0534A0. Grayscale: #CDCDCD. Windows color (decimal): -341153 or 6278138. OLE color: 6278138.

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

Color convert

RGB 250 203 95 -
CMYK 0 0.19 0.62 0.02
HSL 41.81º 0.94% 0.68% -
HSV(B) 41.81º 0.62% 0.98% -
XYZ 62.85 63.86 19.84 -
YUV 204.74 66.07 160.28 -
System Red Green Blue C M Y K H S L
Decimal 250 203 95 0 0.19 0.62 0.02 41.81 0.94 0.68
Hex FA CB 5F 0 13 3E 2 2A 5E 44
Octal 372 313 137 0 23 76 2 52 136 104
Binary 11111010 11001011 1011111 0 10011 111110 10 101010 1011110 1000100

Color Harmonies of #FACB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB5F

Black with #FACB5F

Text Example


Text Example

White with #FACB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB5F; }

 p { color: rgb(250,203,95); }

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

background-color css

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

 a { background-color: rgb(250,203,95); }

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

border-color css

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

 span { border-color: rgb(250,203,95); }

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