Html Css Color HEX #FED42F Sunglow

📋 copy color: '#FED42F'

red 254 ◦ green 212 ◦ blue 47

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

Shades of Sunglow #FED42F

Tints of Sunglow #FED42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.16%

R = 49.51%
G = 41.33%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FED42F (or 0xFED42F) is known color: Sunglow. HEX triplet: FE, D4 and 2F. RGB value is (254,212,47). Sum of RGB (Red+Green+Blue) = 254+212+47=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 47 (18.75% from 255 or 9.16% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FED42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED42F is #012BD0. Grayscale: #CECECE. Windows color (decimal): -76753 or 3134718. OLE color: 3134718.

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

Color convert

RGB 254 212 47 -
CMYK 0 0.17 0.81 0.00
HSL 47.83º 0.99% 0.59% -
HSV(B) 47.83º 0.81% 1% -
XYZ 64.93 68.36 12.46 -
YUV 205.75 38.41 162.42 -
System Red Green Blue C M Y K H S L
Decimal 254 212 47 0 0.17 0.81 0.00 47.83 0.99 0.59
Hex FE D4 2F 0 11 51 0 30 63 3B
Octal 376 324 57 0 21 121 0 60 143 73
Binary 11111110 11010100 101111 0 10001 1010001 0 110000 1100011 111011

Color Harmonies of #FED42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED42F

Black with #FED42F

Text Example


Text Example

White with #FED42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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