Html Css Color HEX #FAD04D Kournikova

📋 copy color: '#FAD04D'

red 250 ◦ green 208 ◦ blue 77

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

Shades of Kournikova #FAD04D

Tints of Kournikova #FAD04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.39%

R = 46.73%
G = 38.88%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FAD04D (or 0xFAD04D) is known color: Kournikova. HEX triplet: FA, D0 and 4D. RGB value is (250,208,77). Sum of RGB (Red+Green+Blue) = 250+208+77=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD04D is #052FB2. Grayscale: #CECECE. Windows color (decimal): -339891 or 5099770. OLE color: 5099770.

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

Color convert

RGB 250 208 77 -
CMYK 0 0.17 0.69 0.02
HSL 45.43º 0.95% 0.64% -
HSV(B) 45.43º 0.69% 0.98% -
XYZ 63.32 65.97 16.42 -
YUV 205.62 55.41 159.65 -
System Red Green Blue C M Y K H S L
Decimal 250 208 77 0 0.17 0.69 0.02 45.43 0.95 0.64
Hex FA D0 4D 0 11 45 2 2D 5F 40
Octal 372 320 115 0 21 105 2 55 137 100
Binary 11111010 11010000 1001101 0 10001 1000101 10 101101 1011111 1000000

Color Harmonies of #FAD04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD04D

Black with #FAD04D

Text Example


Text Example

White with #FAD04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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