Html Css Color HEX #FACB5B Kournikova

📋 copy color: '#FACB5B'

red 250 ◦ green 203 ◦ blue 91

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

Shades of Kournikova #FACB5B

Tints of Kournikova #FACB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.73%

R = 45.96%
G = 37.32%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FACB5B (or 0xFACB5B) is known color: Kournikova. HEX triplet: FA, CB and 5B. RGB value is (250,203,91). Sum of RGB (Red+Green+Blue) = 250+203+91=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 91 (35.94% from 255 or 16.73% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACB5B is #0534A4. Grayscale: #CCCCCC. Windows color (decimal): -341157 or 6015994. OLE color: 6015994.

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

Color convert

RGB 250 203 91 -
CMYK 0 0.19 0.64 0.02
HSL 42.26º 0.94% 0.67% -
HSV(B) 42.26º 0.64% 0.98% -
XYZ 62.67 63.79 18.91 -
YUV 204.29 64.07 160.61 -
System Red Green Blue C M Y K H S L
Decimal 250 203 91 0 0.19 0.64 0.02 42.26 0.94 0.67
Hex FA CB 5B 0 13 40 2 2A 5E 43
Octal 372 313 133 0 23 100 2 52 136 103
Binary 11111010 11001011 1011011 0 10011 1000000 10 101010 1011110 1000011

Color Harmonies of #FACB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB5B

Black with #FACB5B

Text Example


Text Example

White with #FACB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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