Html Css Color HEX #FECB3E Sunglow

📋 copy color: '#FECB3E'

red 254 ◦ green 203 ◦ blue 62

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

Shades of Sunglow #FECB3E

Tints of Sunglow #FECB3E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.11%

 BLUE value IS 62 (24.61% from 255) = 11.95%

R = 48.94%
G = 39.11%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FECB3E (or 0xFECB3E) is known color: Sunglow. HEX triplet: FE, CB and 3E. RGB value is (254,203,62). Sum of RGB (Red+Green+Blue) = 254+203+62=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 62 (24.61% from 255 or 11.95% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB3E is #0134C1. Grayscale: #CACACA. Windows color (decimal): -79042 or 4115454. OLE color: 4115454.

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

Color convert

RGB 254 203 62 -
CMYK 0 0.20 0.76 0.00
HSL 44.06º 0.99% 0.62% -
HSV(B) 44.06º 0.76% 1% -
XYZ 63.1 64.13 13.61 -
YUV 202.18 48.9 164.96 -
System Red Green Blue C M Y K H S L
Decimal 254 203 62 0 0.20 0.76 0.00 44.06 0.99 0.62
Hex FE CB 3E 0 14 4C 0 2C 63 3E
Octal 376 313 76 0 24 114 0 54 143 76
Binary 11111110 11001011 111110 0 10100 1001100 0 101100 1100011 111110

Color Harmonies of #FECB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB3E

Black with #FECB3E

Text Example


Text Example

White with #FECB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB3E; }

 p { color: rgb(254,203,62); }

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

background-color css

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

 a { background-color: rgb(254,203,62); }

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

border-color css

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

 span { border-color: rgb(254,203,62); }

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