Html Css Color HEX #FFBA25 Saffron

📋 copy color: '#FFBA25'

red 255 ◦ green 186 ◦ blue 37

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

Shades of Saffron #FFBA25

Tints of Saffron #FFBA25

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.91%

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

R = 53.35%
G = 38.91%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFBA25 (or 0xFFBA25) is known color: Saffron. HEX triplet: FF, BA and 25. RGB value is (255,186,37). Sum of RGB (Red+Green+Blue) = 255+186+37=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA25 is #0045DA. Grayscale: #BEBEBE. Windows color (decimal): -17883 or 2472703. OLE color: 2472703.

HSL color Cylindrical-coordinate representation of color #FFBA25: hue angle of 41.01º 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 #FFBA25 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 255 186 37 -
CMYK 0 0.27 0.85 0
HSL 41.01º 1% 0.57% -
HSV(B) 41.01º 0.85% 1% -
XYZ 59.13 56.51 9.54 -
YUV 189.65 41.86 174.62 -
System Red Green Blue C M Y K H S L
Decimal 255 186 37 0 0.27 0.85 0 41.01 1 0.57
Hex FF BA 25 0 1B 55 0 29 64 39
Octal 377 272 45 0 33 125 0 51 144 71
Binary 11111111 10111010 100101 0 11011 1010101 0 101001 1100100 111001

Color Harmonies of #FFBA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA25

Black with #FFBA25

Text Example


Text Example

White with #FFBA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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