Html Css Color HEX #FECB3B Sunglow

📋 copy color: '#FECB3B'

red 254 ◦ green 203 ◦ blue 59

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

Shades of Sunglow #FECB3B

Tints of Sunglow #FECB3B

RGB

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

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

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

R = 49.22%
G = 39.34%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FECB3B (or 0xFECB3B) is known color: Sunglow. HEX triplet: FE, CB and 3B. RGB value is (254,203,59). Sum of RGB (Red+Green+Blue) = 254+203+59=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 59 (23.44% from 255 or 11.43% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB3B is #0134C4. Grayscale: #CACACA. Windows color (decimal): -79045 or 3918846. OLE color: 3918846.

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

Color convert

RGB 254 203 59 -
CMYK 0 0.20 0.77 0.00
HSL 44.31º 0.99% 0.61% -
HSV(B) 44.31º 0.77% 1% -
XYZ 63.02 64.1 13.19 -
YUV 201.83 47.4 165.21 -
System Red Green Blue C M Y K H S L
Decimal 254 203 59 0 0.20 0.77 0.00 44.31 0.99 0.61
Hex FE CB 3B 0 14 4D 0 2C 63 3D
Octal 376 313 73 0 24 115 0 54 143 75
Binary 11111110 11001011 111011 0 10100 1001101 0 101100 1100011 111101

Color Harmonies of #FECB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB3B

Black with #FECB3B

Text Example


Text Example

White with #FECB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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