Html Css Color HEX #FACB5D Kournikova

📋 copy color: '#FACB5D'

red 250 ◦ green 203 ◦ blue 93

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

Shades of Kournikova #FACB5D

Tints of Kournikova #FACB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.03%

R = 45.79%
G = 37.18%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FACB5D (or 0xFACB5D) is known color: Kournikova. HEX triplet: FA, CB and 5D. RGB value is (250,203,93). Sum of RGB (Red+Green+Blue) = 250+203+93=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACB5D is #0534A2. Grayscale: #CCCCCC. Windows color (decimal): -341155 or 6147066. OLE color: 6147066.

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

Color convert

RGB 250 203 93 -
CMYK 0 0.19 0.63 0.02
HSL 42.04º 0.94% 0.67% -
HSV(B) 42.04º 0.63% 0.98% -
XYZ 62.76 63.83 19.37 -
YUV 204.51 65.07 160.44 -
System Red Green Blue C M Y K H S L
Decimal 250 203 93 0 0.19 0.63 0.02 42.04 0.94 0.67
Hex FA CB 5D 0 13 3F 2 2A 5E 43
Octal 372 313 135 0 23 77 2 52 136 103
Binary 11111010 11001011 1011101 0 10011 111111 10 101010 1011110 1000011

Color Harmonies of #FACB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB5D

Black with #FACB5D

Text Example


Text Example

White with #FACB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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