Html Css Color HEX #FED72D Sunglow

📋 copy color: '#FED72D'

red 254 ◦ green 215 ◦ blue 45

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

Shades of Sunglow #FED72D

Tints of Sunglow #FED72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.75%

R = 49.42%
G = 41.83%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FED72D (or 0xFED72D) is known color: Sunglow. HEX triplet: FE, D7 and 2D. RGB value is (254,215,45). Sum of RGB (Red+Green+Blue) = 254+215+45=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 45 (17.97% from 255 or 8.75% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FED72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED72D is #0128D2. Grayscale: #D0D0D0. Windows color (decimal): -75987 or 3004414. OLE color: 3004414.

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

Color convert

RGB 254 215 45 -
CMYK 0 0.15 0.82 0.00
HSL 48.8º 0.99% 0.59% -
HSV(B) 48.8º 0.82% 1% -
XYZ 65.65 69.86 12.51 -
YUV 207.28 36.42 161.32 -
System Red Green Blue C M Y K H S L
Decimal 254 215 45 0 0.15 0.82 0.00 48.8 0.99 0.59
Hex FE D7 2D 0 F 52 0 31 63 3B
Octal 376 327 55 0 17 122 0 61 143 73
Binary 11111110 11010111 101101 0 1111 1010010 0 110001 1100011 111011

Color Harmonies of #FED72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED72D

Black with #FED72D

Text Example


Text Example

White with #FED72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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