Html Css Color HEX #FED33B Sunglow

📋 copy color: '#FED33B'

red 254 ◦ green 211 ◦ blue 59

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

Shades of Sunglow #FED33B

Tints of Sunglow #FED33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.26%

R = 48.47%
G = 40.27%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FED33B (or 0xFED33B) is known color: Sunglow. HEX triplet: FE, D3 and 3B. RGB value is (254,211,59). Sum of RGB (Red+Green+Blue) = 254+211+59=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 59 (23.44% from 255 or 11.26% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FED33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED33B is #012CC4. Grayscale: #CFCFCF. Windows color (decimal): -76997 or 3920894. OLE color: 3920894.

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

Color convert

RGB 254 211 59 -
CMYK 0 0.17 0.77 0.00
HSL 46.77º 0.99% 0.61% -
HSV(B) 46.77º 0.77% 1% -
XYZ 64.96 67.98 13.83 -
YUV 206.53 44.75 161.86 -
System Red Green Blue C M Y K H S L
Decimal 254 211 59 0 0.17 0.77 0.00 46.77 0.99 0.61
Hex FE D3 3B 0 11 4D 0 2F 63 3D
Octal 376 323 73 0 21 115 0 57 143 75
Binary 11111110 11010011 111011 0 10001 1001101 0 101111 1100011 111101

Color Harmonies of #FED33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED33B

Black with #FED33B

Text Example


Text Example

White with #FED33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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