Html Css Color HEX #FACC44 Kournikova

📋 copy color: '#FACC44'

red 250 ◦ green 204 ◦ blue 68

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

Shades of Kournikova #FACC44

Tints of Kournikova #FACC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.03%

R = 47.89%
G = 39.08%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FACC44 (or 0xFACC44) is known color: Kournikova. HEX triplet: FA, CC and 44. RGB value is (250,204,68). Sum of RGB (Red+Green+Blue) = 250+204+68=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 68 (26.95% from 255 or 13.03% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC44 is #0533BB. Grayscale: #CACACA. Windows color (decimal): -340924 or 4508922. OLE color: 4508922.

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

Color convert

RGB 250 204 68 -
CMYK 0 0.18 0.73 0.02
HSL 44.84º 0.95% 0.62% -
HSV(B) 44.84º 0.73% 0.98% -
XYZ 62.06 63.93 14.54 -
YUV 202.25 52.24 162.06 -
System Red Green Blue C M Y K H S L
Decimal 250 204 68 0 0.18 0.73 0.02 44.84 0.95 0.62
Hex FA CC 44 0 12 49 2 2D 5F 3E
Octal 372 314 104 0 22 111 2 55 137 76
Binary 11111010 11001100 1000100 0 10010 1001001 10 101101 1011111 111110

Color Harmonies of #FACC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC44

Black with #FACC44

Text Example


Text Example

White with #FACC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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