Html Css Color HEX #FECB3F Sunglow

📋 copy color: '#FECB3F'

red 254 ◦ green 203 ◦ blue 63

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

Shades of Sunglow #FECB3F

Tints of Sunglow #FECB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.12%

R = 48.85%
G = 39.04%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FECB3F (or 0xFECB3F) is known color: Sunglow. HEX triplet: FE, CB and 3F. RGB value is (254,203,63). Sum of RGB (Red+Green+Blue) = 254+203+63=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 63 (25% from 255 or 12.12% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB3F is #0134C0. Grayscale: #CACACA. Windows color (decimal): -79041 or 4180990. OLE color: 4180990.

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

Color convert

RGB 254 203 63 -
CMYK 0 0.20 0.75 0.00
HSL 43.98º 0.99% 0.62% -
HSV(B) 43.98º 0.75% 1% -
XYZ 63.13 64.14 13.76 -
YUV 202.29 49.4 164.88 -
System Red Green Blue C M Y K H S L
Decimal 254 203 63 0 0.20 0.75 0.00 43.98 0.99 0.62
Hex FE CB 3F 0 14 4B 0 2C 63 3E
Octal 376 313 77 0 24 113 0 54 143 76
Binary 11111110 11001011 111111 0 10100 1001011 0 101100 1100011 111110

Color Harmonies of #FECB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB3F

Black with #FECB3F

Text Example


Text Example

White with #FECB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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