Html Css Color HEX #FFBE25 Saffron

📋 copy color: '#FFBE25'

red 255 ◦ green 190 ◦ blue 37

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

Shades of Saffron #FFBE25

Tints of Saffron #FFBE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.68%

R = 52.9%
G = 39.42%
B = 7.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFBE25 (or 0xFFBE25) is known color: Saffron. HEX triplet: FF, BE and 25. RGB value is (255,190,37). Sum of RGB (Red+Green+Blue) = 255+190+37=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE25 is #0041DA. Grayscale: #C0C0C0. Windows color (decimal): -16859 or 2473727. OLE color: 2473727.

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

Color convert

RGB 255 190 37 -
CMYK 0 0.25 0.85 0
HSL 42.11º 1% 0.57% -
HSV(B) 42.11º 0.85% 1% -
XYZ 59.99 58.22 9.83 -
YUV 191.99 40.53 172.94 -
System Red Green Blue C M Y K H S L
Decimal 255 190 37 0 0.25 0.85 0 42.11 1 0.57
Hex FF BE 25 0 19 55 0 2A 64 39
Octal 377 276 45 0 31 125 0 52 144 71
Binary 11111111 10111110 100101 0 11001 1010101 0 101010 1100100 111001

Color Harmonies of #FFBE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBE25

Black with #FFBE25

Text Example


Text Example

White with #FFBE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBE25; }

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

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

background-color css

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

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

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

border-color css

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

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

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