Html Css Color HEX #FAD154 Kournikova

📋 copy color: '#FAD154'

red 250 ◦ green 209 ◦ blue 84

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

Shades of Kournikova #FAD154

Tints of Kournikova #FAD154

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.49%

 BLUE value IS 84 (33.2% from 255) = 15.47%

R = 46.04%
G = 38.49%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAD154 (or 0xFAD154) is known color: Kournikova. HEX triplet: FA, D1 and 54. RGB value is (250,209,84). Sum of RGB (Red+Green+Blue) = 250+209+84=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 84 (33.20% from 255 or 15.47% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD154 is #052EAB. Grayscale: #CFCFCF. Windows color (decimal): -339628 or 5558778. OLE color: 5558778.

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

Color convert

RGB 250 209 84 -
CMYK 0 0.16 0.66 0.02
HSL 45.18º 0.94% 0.65% -
HSV(B) 45.18º 0.66% 0.98% -
XYZ 63.83 66.57 17.87 -
YUV 207.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 250 209 84 0 0.16 0.66 0.02 45.18 0.94 0.65
Hex FA D1 54 0 10 42 2 2D 5E 41
Octal 372 321 124 0 20 102 2 55 136 101
Binary 11111010 11010001 1010100 0 10000 1000010 10 101101 1011110 1000001

Color Harmonies of #FAD154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD154

Black with #FAD154

Text Example


Text Example

White with #FAD154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD154; }

 p { color: rgb(250,209,84); }

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

background-color css

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

 a { background-color: rgb(250,209,84); }

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

border-color css

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

 span { border-color: rgb(250,209,84); }

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