Html Css Color HEX #FEBC2B Saffron

📋 copy color: '#FEBC2B'

red 254 ◦ green 188 ◦ blue 43

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

Shades of Saffron #FEBC2B

Tints of Saffron #FEBC2B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.76%

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

R = 52.37%
G = 38.76%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEBC2B (or 0xFEBC2B) is known color: Saffron. HEX triplet: FE, BC and 2B. RGB value is (254,188,43). Sum of RGB (Red+Green+Blue) = 254+188+43=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 43 (17.19% from 255 or 8.87% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC2B is #0143D4. Grayscale: #BFBFBF. Windows color (decimal): -82901 or 2866430. OLE color: 2866430.

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

Color convert

RGB 254 188 43 -
CMYK 0 0.26 0.83 0.00
HSL 41.23º 0.99% 0.58% -
HSV(B) 41.23º 0.83% 1% -
XYZ 59.29 57.21 10.2 -
YUV 191.2 44.37 172.79 -
System Red Green Blue C M Y K H S L
Decimal 254 188 43 0 0.26 0.83 0.00 41.23 0.99 0.58
Hex FE BC 2B 0 1A 53 0 29 63 3A
Octal 376 274 53 0 32 123 0 51 143 72
Binary 11111110 10111100 101011 0 11010 1010011 0 101001 1100011 111010

Color Harmonies of #FEBC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBC2B

Black with #FEBC2B

Text Example


Text Example

White with #FEBC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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