Html Css Color HEX #FED73B Sunglow

📋 copy color: '#FED73B'

red 254 ◦ green 215 ◦ blue 59

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

Shades of Sunglow #FED73B

Tints of Sunglow #FED73B

RGB

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

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

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

R = 48.11%
G = 40.72%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FED73B (or 0xFED73B) is known color: Sunglow. HEX triplet: FE, D7 and 3B. RGB value is (254,215,59). Sum of RGB (Red+Green+Blue) = 254+215+59=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 59 (23.44% from 255 or 11.17% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FED73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED73B is #0128C4. Grayscale: #D1D1D1. Windows color (decimal): -75973 or 3921918. OLE color: 3921918.

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

Color convert

RGB 254 215 59 -
CMYK 0 0.15 0.77 0.00
HSL 48º 0.99% 0.61% -
HSV(B) 48º 0.77% 1% -
XYZ 65.96 69.99 14.17 -
YUV 208.88 43.42 160.18 -
System Red Green Blue C M Y K H S L
Decimal 254 215 59 0 0.15 0.77 0.00 48 0.99 0.61
Hex FE D7 3B 0 F 4D 0 30 63 3D
Octal 376 327 73 0 17 115 0 60 143 75
Binary 11111110 11010111 111011 0 1111 1001101 0 110000 1100011 111101

Color Harmonies of #FED73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED73B

Black with #FED73B

Text Example


Text Example

White with #FED73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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