Html Css Color HEX #FEC72B Sunglow

📋 copy color: '#FEC72B'

red 254 ◦ green 199 ◦ blue 43

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

Shades of Sunglow #FEC72B

Tints of Sunglow #FEC72B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.12%

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

R = 51.21%
G = 40.12%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEC72B (or 0xFEC72B) is known color: Sunglow. HEX triplet: FE, C7 and 2B. RGB value is (254,199,43). Sum of RGB (Red+Green+Blue) = 254+199+43=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 43 (17.19% from 255 or 8.67% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC72B is #0138D4. Grayscale: #C6C6C6. Windows color (decimal): -80085 or 2869246. OLE color: 2869246.

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

Color convert

RGB 254 199 43 -
CMYK 0 0.22 0.83 0.00
HSL 44.36º 0.99% 0.58% -
HSV(B) 44.36º 0.83% 1% -
XYZ 61.73 62.09 11.02 -
YUV 197.66 40.72 168.18 -
System Red Green Blue C M Y K H S L
Decimal 254 199 43 0 0.22 0.83 0.00 44.36 0.99 0.58
Hex FE C7 2B 0 16 53 0 2C 63 3A
Octal 376 307 53 0 26 123 0 54 143 72
Binary 11111110 11000111 101011 0 10110 1010011 0 101100 1100011 111010

Color Harmonies of #FEC72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC72B

Black with #FEC72B

Text Example


Text Example

White with #FEC72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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