Html Css Color HEX #FED246 Kournikova

📋 copy color: '#FED246'

red 254 ◦ green 210 ◦ blue 70

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

Shades of Kournikova #FED246

Tints of Kournikova #FED246

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.33%

 BLUE value IS 70 (27.73% from 255) = 13.11%

R = 47.57%
G = 39.33%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FED246 (or 0xFED246) is known color: Kournikova. HEX triplet: FE, D2 and 46. RGB value is (254,210,70). Sum of RGB (Red+Green+Blue) = 254+210+70=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 70 (27.73% from 255 or 13.11% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FED246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED246 is #012DB9. Grayscale: #CFCFCF. Windows color (decimal): -77242 or 4641534. OLE color: 4641534.

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

Color convert

RGB 254 210 70 -
CMYK 0 0.17 0.72 0.00
HSL 45.65º 0.99% 0.64% -
HSV(B) 45.65º 0.72% 1% -
XYZ 65.03 67.61 15.42 -
YUV 207.2 50.58 161.38 -
System Red Green Blue C M Y K H S L
Decimal 254 210 70 0 0.17 0.72 0.00 45.65 0.99 0.64
Hex FE D2 46 0 11 48 0 2E 63 40
Octal 376 322 106 0 21 110 0 56 143 100
Binary 11111110 11010010 1000110 0 10001 1001000 0 101110 1100011 1000000

Color Harmonies of #FED246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED246

Black with #FED246

Text Example


Text Example

White with #FED246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED246; }

 p { color: rgb(254,210,70); }

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

background-color css

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

 a { background-color: rgb(254,210,70); }

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

border-color css

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

 span { border-color: rgb(254,210,70); }

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