Html Css Color HEX #FED732 Sunglow

📋 copy color: '#FED732'

red 254 ◦ green 215 ◦ blue 50

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

Shades of Sunglow #FED732

Tints of Sunglow #FED732

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.43%

 BLUE value IS 50 (19.92% from 255) = 9.63%

R = 48.94%
G = 41.43%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FED732 (or 0xFED732) is known color: Sunglow. HEX triplet: FE, D7 and 32. RGB value is (254,215,50). Sum of RGB (Red+Green+Blue) = 254+215+50=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 50 (19.92% from 255 or 9.63% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FED732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED732 is #0128CD. Grayscale: #D0D0D0. Windows color (decimal): -75982 or 3332094. OLE color: 3332094.

HSL color Cylindrical-coordinate representation of color #FED732: hue angle of 48.53º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FED732 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 215 50 -
CMYK 0 0.15 0.80 0.00
HSL 48.53º 0.99% 0.6% -
HSV(B) 48.53º 0.8% 1% -
XYZ 65.75 69.9 13.04 -
YUV 207.85 38.92 160.92 -
System Red Green Blue C M Y K H S L
Decimal 254 215 50 0 0.15 0.80 0.00 48.53 0.99 0.6
Hex FE D7 32 0 F 50 0 31 63 3C
Octal 376 327 62 0 17 120 0 61 143 74
Binary 11111110 11010111 110010 0 1111 1010000 0 110001 1100011 111100

Color Harmonies of #FED732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED732

Black with #FED732

Text Example


Text Example

White with #FED732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED732; }

 p { color: rgb(254,215,50); }

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

background-color css

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

 a { background-color: rgb(254,215,50); }

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

border-color css

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

 span { border-color: rgb(254,215,50); }

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