Html Css Color HEX #FED64C Kournikova

📋 copy color: '#FED64C'

red 254 ◦ green 214 ◦ blue 76

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

Shades of Kournikova #FED64C

Tints of Kournikova #FED64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.34%

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

R = 46.69%
G = 39.34%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FED64C (or 0xFED64C) is known color: Kournikova. HEX triplet: FE, D6 and 4C. RGB value is (254,214,76). Sum of RGB (Red+Green+Blue) = 254+214+76=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 76 (30.08% from 255 or 13.97% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FED64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED64C is #0129B3. Grayscale: #D2D2D2. Windows color (decimal): -76212 or 5035774. OLE color: 5035774.

HSL color Cylindrical-coordinate representation of color #FED64C: hue angle of 46.52º 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 #FED64C is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 214 76 -
CMYK 0 0.16 0.70 0.00
HSL 46.52º 0.99% 0.65% -
HSV(B) 46.52º 0.7% 1% -
XYZ 66.22 69.69 16.8 -
YUV 210.23 52.25 159.22 -
System Red Green Blue C M Y K H S L
Decimal 254 214 76 0 0.16 0.70 0.00 46.52 0.99 0.65
Hex FE D6 4C 0 10 46 0 2F 63 41
Octal 376 326 114 0 20 106 0 57 143 101
Binary 11111110 11010110 1001100 0 10000 1000110 0 101111 1100011 1000001

Color Harmonies of #FED64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED64C

Black with #FED64C

Text Example


Text Example

White with #FED64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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