Html Css Color HEX #FAD044 Kournikova

📋 copy color: '#FAD044'

red 250 ◦ green 208 ◦ blue 68

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

Shades of Kournikova #FAD044

Tints of Kournikova #FAD044

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.54%

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

R = 47.53%
G = 39.54%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FAD044 (or 0xFAD044) is known color: Kournikova. HEX triplet: FA, D0 and 44. RGB value is (250,208,68). Sum of RGB (Red+Green+Blue) = 250+208+68=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 68 (26.95% from 255 or 12.93% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD044 is #052FBB. Grayscale: #CDCDCD. Windows color (decimal): -339900 or 4509946. OLE color: 4509946.

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

Color convert

RGB 250 208 68 -
CMYK 0 0.17 0.73 0.02
HSL 46.15º 0.95% 0.62% -
HSV(B) 46.15º 0.73% 0.98% -
XYZ 63.02 65.85 14.86 -
YUV 204.6 50.91 160.38 -
System Red Green Blue C M Y K H S L
Decimal 250 208 68 0 0.17 0.73 0.02 46.15 0.95 0.62
Hex FA D0 44 0 11 49 2 2E 5F 3E
Octal 372 320 104 0 21 111 2 56 137 76
Binary 11111010 11010000 1000100 0 10001 1001001 10 101110 1011111 111110

Color Harmonies of #FAD044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD044

Black with #FAD044

Text Example


Text Example

White with #FAD044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD044; }

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

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

background-color css

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

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

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

border-color css

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

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

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