Html Css Color HEX #FACA44 Kournikova

📋 copy color: '#FACA44'

red 250 ◦ green 202 ◦ blue 68

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

Shades of Kournikova #FACA44

Tints of Kournikova #FACA44

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.85%

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

R = 48.08%
G = 38.85%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FACA44 (or 0xFACA44) is known color: Kournikova. HEX triplet: FA, CA and 44. RGB value is (250,202,68). Sum of RGB (Red+Green+Blue) = 250+202+68=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 68 (26.95% from 255 or 13.08% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA44 is #0535BB. Grayscale: #C9C9C9. Windows color (decimal): -341436 or 4508410. OLE color: 4508410.

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

Color convert

RGB 250 202 68 -
CMYK 0 0.19 0.73 0.02
HSL 44.18º 0.95% 0.62% -
HSV(B) 44.18º 0.73% 0.98% -
XYZ 61.59 62.98 14.38 -
YUV 201.08 52.9 162.9 -
System Red Green Blue C M Y K H S L
Decimal 250 202 68 0 0.19 0.73 0.02 44.18 0.95 0.62
Hex FA CA 44 0 13 49 2 2C 5F 3E
Octal 372 312 104 0 23 111 2 54 137 76
Binary 11111010 11001010 1000100 0 10011 1001001 10 101100 1011111 111110

Color Harmonies of #FACA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA44

Black with #FACA44

Text Example


Text Example

White with #FACA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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