Html Css Color HEX #FED245 Kournikova

📋 copy color: '#FED245'

red 254 ◦ green 210 ◦ blue 69

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

Shades of Kournikova #FED245

Tints of Kournikova #FED245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.95%

R = 47.65%
G = 39.4%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FED245 (or 0xFED245) is known color: Kournikova. HEX triplet: FE, D2 and 45. RGB value is (254,210,69). Sum of RGB (Red+Green+Blue) = 254+210+69=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 69 (27.34% from 255 or 12.95% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FED245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED245 is #012DBA. Grayscale: #CFCFCF. Windows color (decimal): -77243 or 4575998. OLE color: 4575998.

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

Color convert

RGB 254 210 69 -
CMYK 0 0.17 0.73 0.00
HSL 45.73º 0.99% 0.63% -
HSV(B) 45.73º 0.73% 1% -
XYZ 64.99 67.59 15.25 -
YUV 207.08 50.08 161.46 -
System Red Green Blue C M Y K H S L
Decimal 254 210 69 0 0.17 0.73 0.00 45.73 0.99 0.63
Hex FE D2 45 0 11 49 0 2E 63 3F
Octal 376 322 105 0 21 111 0 56 143 77
Binary 11111110 11010010 1000101 0 10001 1001001 0 101110 1100011 111111

Color Harmonies of #FED245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED245

Black with #FED245

Text Example


Text Example

White with #FED245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED245; }

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

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

background-color css

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

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

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

border-color css

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

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

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