Html Css Color HEX #FACC5D Kournikova

📋 copy color: '#FACC5D'

red 250 ◦ green 204 ◦ blue 93

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

Shades of Kournikova #FACC5D

Tints of Kournikova #FACC5D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.29%

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

R = 45.7%
G = 37.29%
B = 17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FACC5D (or 0xFACC5D) is known color: Kournikova. HEX triplet: FA, CC and 5D. RGB value is (250,204,93). Sum of RGB (Red+Green+Blue) = 250+204+93=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC5D is #0533A2. Grayscale: #CDCDCD. Windows color (decimal): -340899 or 6147322. OLE color: 6147322.

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

Color convert

RGB 250 204 93 -
CMYK 0 0.18 0.63 0.02
HSL 42.42º 0.94% 0.67% -
HSV(B) 42.42º 0.63% 0.98% -
XYZ 62.99 64.3 19.45 -
YUV 205.1 64.74 160.03 -
System Red Green Blue C M Y K H S L
Decimal 250 204 93 0 0.18 0.63 0.02 42.42 0.94 0.67
Hex FA CC 5D 0 12 3F 2 2A 5E 43
Octal 372 314 135 0 22 77 2 52 136 103
Binary 11111010 11001100 1011101 0 10010 111111 10 101010 1011110 1000011

Color Harmonies of #FACC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC5D

Black with #FACC5D

Text Example


Text Example

White with #FACC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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