Html Css Color HEX #FED730 Sunglow

📋 copy color: '#FED730'

red 254 ◦ green 215 ◦ blue 48

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

Shades of Sunglow #FED730

Tints of Sunglow #FED730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.28%

R = 49.13%
G = 41.59%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FED730 (or 0xFED730) is known color: Sunglow. HEX triplet: FE, D7 and 30. RGB value is (254,215,48). Sum of RGB (Red+Green+Blue) = 254+215+48=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 48 (19.14% from 255 or 9.28% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FED730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED730 is #0128CF. Grayscale: #D0D0D0. Windows color (decimal): -75984 or 3201022. OLE color: 3201022.

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

Color convert

RGB 254 215 48 -
CMYK 0 0.15 0.81 0.00
HSL 48.64º 0.99% 0.59% -
HSV(B) 48.64º 0.81% 1% -
XYZ 65.71 69.89 12.82 -
YUV 207.62 37.92 161.08 -
System Red Green Blue C M Y K H S L
Decimal 254 215 48 0 0.15 0.81 0.00 48.64 0.99 0.59
Hex FE D7 30 0 F 51 0 31 63 3B
Octal 376 327 60 0 17 121 0 61 143 73
Binary 11111110 11010111 110000 0 1111 1010001 0 110001 1100011 111011

Color Harmonies of #FED730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED730

Black with #FED730

Text Example


Text Example

White with #FED730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED730; }

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

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

background-color css

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

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

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

border-color css

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

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

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