Html Css Color HEX #FED242 Sunglow

📋 copy color: '#FED242'

red 254 ◦ green 210 ◦ blue 66

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

Shades of Sunglow #FED242

Tints of Sunglow #FED242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.45%

R = 47.92%
G = 39.62%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FED242 (or 0xFED242) is known color: Sunglow. HEX triplet: FE, D2 and 42. RGB value is (254,210,66). Sum of RGB (Red+Green+Blue) = 254+210+66=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 66 (26.17% from 255 or 12.45% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FED242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED242 is #012DBD. Grayscale: #CFCFCF. Windows color (decimal): -77246 or 4379390. OLE color: 4379390.

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

Color convert

RGB 254 210 66 -
CMYK 0 0.17 0.74 0.00
HSL 45.96º 0.99% 0.63% -
HSV(B) 45.96º 0.74% 1% -
XYZ 64.9 67.56 14.77 -
YUV 206.74 48.58 161.71 -
System Red Green Blue C M Y K H S L
Decimal 254 210 66 0 0.17 0.74 0.00 45.96 0.99 0.63
Hex FE D2 42 0 11 4A 0 2E 63 3F
Octal 376 322 102 0 21 112 0 56 143 77
Binary 11111110 11010010 1000010 0 10001 1001010 0 101110 1100011 111111

Color Harmonies of #FED242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED242

Black with #FED242

Text Example


Text Example

White with #FED242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED242; }

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

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

background-color css

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

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

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

border-color css

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

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

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