Html Css Color HEX #FED42C Sunglow

📋 copy color: '#FED42C'

red 254 ◦ green 212 ◦ blue 44

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

Shades of Sunglow #FED42C

Tints of Sunglow #FED42C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.57%

 BLUE value IS 44 (17.58% from 255) = 8.63%

R = 49.8%
G = 41.57%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FED42C (or 0xFED42C) is known color: Sunglow. HEX triplet: FE, D4 and 2C. RGB value is (254,212,44). Sum of RGB (Red+Green+Blue) = 254+212+44=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 44 (17.58% from 255 or 8.63% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FED42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED42C is #012BD3. Grayscale: #CECECE. Windows color (decimal): -76756 or 2938110. OLE color: 2938110.

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

Color convert

RGB 254 212 44 -
CMYK 0 0.17 0.83 0.00
HSL 48º 0.99% 0.58% -
HSV(B) 48º 0.83% 1% -
XYZ 64.87 68.34 12.15 -
YUV 205.41 36.91 162.66 -
System Red Green Blue C M Y K H S L
Decimal 254 212 44 0 0.17 0.83 0.00 48 0.99 0.58
Hex FE D4 2C 0 11 53 0 30 63 3A
Octal 376 324 54 0 21 123 0 60 143 72
Binary 11111110 11010100 101100 0 10001 1010011 0 110000 1100011 111010

Color Harmonies of #FED42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED42C

Black with #FED42C

Text Example


Text Example

White with #FED42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED42C; }

 p { color: rgb(254,212,44); }

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

background-color css

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

 a { background-color: rgb(254,212,44); }

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

border-color css

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

 span { border-color: rgb(254,212,44); }

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