Html Css Color HEX #FED32A Sunglow

📋 copy color: '#FED32A'

red 254 ◦ green 211 ◦ blue 42

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

Shades of Sunglow #FED32A

Tints of Sunglow #FED32A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.62%

 BLUE value IS 42 (16.8% from 255) = 8.28%

R = 50.1%
G = 41.62%
B = 8.28%

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

#FED32A (or 0xFED32A) is known color: Sunglow. HEX triplet: FE, D3 and 2A. RGB value is (254,211,42). Sum of RGB (Red+Green+Blue) = 254+211+42=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 42 (16.80% from 255 or 8.28% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FED32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED32A is #012CD5. Grayscale: #CDCDCD. Windows color (decimal): -77014 or 2806782. OLE color: 2806782.

HSL color Cylindrical-coordinate representation of color #FED32A: hue angle of 47.83º 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 #FED32A is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 211 42 -
CMYK 0 0.17 0.83 0.00
HSL 47.83º 0.99% 0.58% -
HSV(B) 47.83º 0.83% 1% -
XYZ 64.59 67.83 11.88 -
YUV 204.59 36.25 163.24 -
System Red Green Blue C M Y K H S L
Decimal 254 211 42 0 0.17 0.83 0.00 47.83 0.99 0.58
Hex FE D3 2A 0 11 53 0 30 63 3A
Octal 376 323 52 0 21 123 0 60 143 72
Binary 11111110 11010011 101010 0 10001 1010011 0 110000 1100011 111010

Color Harmonies of #FED32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED32A

Black with #FED32A

Text Example


Text Example

White with #FED32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED32A; }

 p { color: rgb(254,211,42); }

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

background-color css

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

 a { background-color: rgb(254,211,42); }

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

border-color css

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

 span { border-color: rgb(254,211,42); }

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