Html Css Color HEX #FED330 Sunglow

📋 copy color: '#FED330'

red 254 ◦ green 211 ◦ blue 48

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

Shades of Sunglow #FED330

Tints of Sunglow #FED330

RGB

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

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

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

R = 49.51%
G = 41.13%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FED330 (or 0xFED330) is known color: Sunglow. HEX triplet: FE, D3 and 30. RGB value is (254,211,48). Sum of RGB (Red+Green+Blue) = 254+211+48=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 48 (19.14% from 255 or 9.36% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FED330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED330 is #012CCF. Grayscale: #CDCDCD. Windows color (decimal): -77008 or 3199998. OLE color: 3199998.

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

Color convert

RGB 254 211 48 -
CMYK 0 0.17 0.81 0.00
HSL 47.48º 0.99% 0.59% -
HSV(B) 47.48º 0.81% 1% -
XYZ 64.7 67.87 12.49 -
YUV 205.28 39.25 162.75 -
System Red Green Blue C M Y K H S L
Decimal 254 211 48 0 0.17 0.81 0.00 47.48 0.99 0.59
Hex FE D3 30 0 11 51 0 2F 63 3B
Octal 376 323 60 0 21 121 0 57 143 73
Binary 11111110 11010011 110000 0 10001 1010001 0 101111 1100011 111011

Color Harmonies of #FED330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED330

Black with #FED330

Text Example


Text Example

White with #FED330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED330; }

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

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

background-color css

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

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

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

border-color css

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

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

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