Html Css Color HEX #FED32B Sunglow

📋 copy color: '#FED32B'

red 254 ◦ green 211 ◦ blue 43

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

Shades of Sunglow #FED32B

Tints of Sunglow #FED32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.46%

R = 50%
G = 41.54%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FED32B (or 0xFED32B) is known color: Sunglow. HEX triplet: FE, D3 and 2B. RGB value is (254,211,43). Sum of RGB (Red+Green+Blue) = 254+211+43=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 43 (17.19% from 255 or 8.46% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FED32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED32B is #012CD4. Grayscale: #CDCDCD. Windows color (decimal): -77013 or 2872318. OLE color: 2872318.

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

Color convert

RGB 254 211 43 -
CMYK 0 0.17 0.83 0.00
HSL 47.77º 0.99% 0.58% -
HSV(B) 47.77º 0.83% 1% -
XYZ 64.6 67.83 11.97 -
YUV 204.71 36.75 163.16 -
System Red Green Blue C M Y K H S L
Decimal 254 211 43 0 0.17 0.83 0.00 47.77 0.99 0.58
Hex FE D3 2B 0 11 53 0 30 63 3A
Octal 376 323 53 0 21 123 0 60 143 72
Binary 11111110 11010011 101011 0 10001 1010011 0 110000 1100011 111010

Color Harmonies of #FED32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED32B

Black with #FED32B

Text Example


Text Example

White with #FED32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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