Html Css Color HEX #FAD34C Kournikova

📋 copy color: '#FAD34C'

red 250 ◦ green 211 ◦ blue 76

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

Shades of Kournikova #FAD34C

Tints of Kournikova #FAD34C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.29%

 BLUE value IS 76 (30.08% from 255) = 14.15%

R = 46.55%
G = 39.29%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FAD34C (or 0xFAD34C) is known color: Kournikova. HEX triplet: FA, D3 and 4C. RGB value is (250,211,76). Sum of RGB (Red+Green+Blue) = 250+211+76=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 76 (30.08% from 255 or 14.15% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD34C is #052CB3. Grayscale: #CFCFCF. Windows color (decimal): -339124 or 5035002. OLE color: 5035002.

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

Color convert

RGB 250 211 76 -
CMYK 0 0.16 0.70 0.02
HSL 46.55º 0.95% 0.64% -
HSV(B) 46.55º 0.7% 0.98% -
XYZ 64.02 67.43 16.48 -
YUV 207.27 53.92 158.48 -
System Red Green Blue C M Y K H S L
Decimal 250 211 76 0 0.16 0.70 0.02 46.55 0.95 0.64
Hex FA D3 4C 0 10 46 2 2F 5F 40
Octal 372 323 114 0 20 106 2 57 137 100
Binary 11111010 11010011 1001100 0 10000 1000110 10 101111 1011111 1000000

Color Harmonies of #FAD34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD34C

Black with #FAD34C

Text Example


Text Example

White with #FAD34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD34C; }

 p { color: rgb(250,211,76); }

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

background-color css

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

 a { background-color: rgb(250,211,76); }

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

border-color css

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

 span { border-color: rgb(250,211,76); }

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