Html Css Color HEX #FFBE28 Saffron

📋 copy color: '#FFBE28'

red 255 ◦ green 190 ◦ blue 40

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

Shades of Saffron #FFBE28

Tints of Saffron #FFBE28

RGB

 RED value IS 255 (100% from 255) = 52.58%

 GREEN value IS 190 (74.61% from 255) = 39.18%

 BLUE value IS 40 (16.02% from 255) = 8.25%

R = 52.58%
G = 39.18%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFBE28 (or 0xFFBE28) is known color: Saffron. HEX triplet: FF, BE and 28. RGB value is (255,190,40). Sum of RGB (Red+Green+Blue) = 255+190+40=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE28 is #0041D7. Grayscale: #C1C1C1. Windows color (decimal): -16856 or 2670335. OLE color: 2670335.

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

Color convert

RGB 255 190 40 -
CMYK 0 0.25 0.84 0
HSL 41.86º 1% 0.58% -
HSV(B) 41.86º 0.84% 1% -
XYZ 60.04 58.24 10.08 -
YUV 192.34 42.03 172.7 -
System Red Green Blue C M Y K H S L
Decimal 255 190 40 0 0.25 0.84 0 41.86 1 0.58
Hex FF BE 28 0 19 54 0 2A 64 3A
Octal 377 276 50 0 31 124 0 52 144 72
Binary 11111111 10111110 101000 0 11001 1010100 0 101010 1100100 111010

Color Harmonies of #FFBE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE28

Black with #FFBE28

Text Example


Text Example

White with #FFBE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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