#FFBE2E

Color #FFBE2E Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #FFBE2E

Tints of Saffron #FFBE2E

Color information

#FFBE2E (or 0xFFBE2E) is unknown color: approx Saffron. HEX triplet: FF, BE and 2E. RGB value is (255,190,46). Sum of RGB (Red+Green+Blue) = 255+190+46=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE2E is #0041D1. Grayscale: #C1C1C1. Windows color (decimal): -16850 or 3063551. OLE color: 3063551.

HSL color Cylindrical-coordinate representation of color #FFBE2E: hue angle of 41.34º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFBE2E is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB25519046-
CMYK00.250.820
HSL41.34º100%59.02%-
HSV(B)41.34º81.96%100%-
XYZ60.1558.2810.66-
YUV193.0245.03172.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 190 (74.61% from 255) = 38.70%
BLUE value IS 46 (18.36% from 255) = 9.37%
R=51.93%
G=38.70%
B=9.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551904600.250.82041.3410059.02
HexFFBE2E01952029643b
Octal3772765603112205114473
Binary1111111110111110101110011001101001001010011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBE2E; }

 p { color: rgb(255,190,46); }

 H1.HeaderClassName
 {
   color: #FFBE2E;
 }
 .AnyTagClassName
 {
   color: #FFBE2E;
 }
</style>
background-color css

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

 a { background-color: rgb(255,190,46); }

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

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

 span { border-color: rgb(255,190,46); }

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