Html Css Color HEX #FED34C Kournikova

📋 copy color: '#FED34C'

red 254 ◦ green 211 ◦ blue 76

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

Shades of Kournikova #FED34C

Tints of Kournikova #FED34C

RGB

 RED value IS 254 (99.61% from 255) = 46.95%

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

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

R = 46.95%
G = 39%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FED34C (or 0xFED34C) is known color: Kournikova. HEX triplet: FE, D3 and 4C. RGB value is (254,211,76). Sum of RGB (Red+Green+Blue) = 254+211+76=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 76 (30.08% from 255 or 14.05% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FED34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED34C is #012CB3. Grayscale: #D1D1D1. Windows color (decimal): -76980 or 5035006. OLE color: 5035006.

HSL color Cylindrical-coordinate representation of color #FED34C: hue angle of 45.51º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FED34C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 211 76 -
CMYK 0 0.17 0.70 0.00
HSL 45.51º 0.99% 0.65% -
HSV(B) 45.51º 0.7% 1% -
XYZ 65.47 68.18 16.55 -
YUV 208.47 53.25 160.48 -
System Red Green Blue C M Y K H S L
Decimal 254 211 76 0 0.17 0.70 0.00 45.51 0.99 0.65
Hex FE D3 4C 0 11 46 0 2E 63 41
Octal 376 323 114 0 21 106 0 56 143 101
Binary 11111110 11010011 1001100 0 10001 1000110 0 101110 1100011 1000001

Color Harmonies of #FED34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED34C

Black with #FED34C

Text Example


Text Example

White with #FED34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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