Html Css Color HEX #FED32C Sunglow

📋 copy color: '#FED32C'

red 254 ◦ green 211 ◦ blue 44

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

Shades of Sunglow #FED32C

Tints of Sunglow #FED32C

RGB

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

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

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

R = 49.9%
G = 41.45%
B = 8.64%

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

#FED32C (or 0xFED32C) is known color: Sunglow. HEX triplet: FE, D3 and 2C. RGB value is (254,211,44). Sum of RGB (Red+Green+Blue) = 254+211+44=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 44 (17.58% from 255 or 8.64% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FED32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED32C is #012CD3. Grayscale: #CDCDCD. Windows color (decimal): -77012 or 2937854. OLE color: 2937854.

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

Color convert

RGB 254 211 44 -
CMYK 0 0.17 0.83 0.00
HSL 47.71º 0.99% 0.58% -
HSV(B) 47.71º 0.83% 1% -
XYZ 64.62 67.84 12.07 -
YUV 204.82 37.25 163.08 -
System Red Green Blue C M Y K H S L
Decimal 254 211 44 0 0.17 0.83 0.00 47.71 0.99 0.58
Hex FE D3 2C 0 11 53 0 30 63 3A
Octal 376 323 54 0 21 123 0 60 143 72
Binary 11111110 11010011 101100 0 10001 1010011 0 110000 1100011 111010

Color Harmonies of #FED32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED32C

Black with #FED32C

Text Example


Text Example

White with #FED32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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