Html Css Color HEX #FFBF24 Saffron

📋 copy color: '#FFBF24'

red 255 ◦ green 191 ◦ blue 36

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

Shades of Saffron #FFBF24

Tints of Saffron #FFBF24

RGB

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

 GREEN value IS 191 (75% from 255) = 39.63%

 BLUE value IS 36 (14.45% from 255) = 7.47%

R = 52.9%
G = 39.63%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFBF24 (or 0xFFBF24) is known color: Saffron. HEX triplet: FF, BF and 24. RGB value is (255,191,36). Sum of RGB (Red+Green+Blue) = 255+191+36=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF24 is #0040DB. Grayscale: #C1C1C1. Windows color (decimal): -16604 or 2408447. OLE color: 2408447.

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

Color convert

RGB 255 191 36 -
CMYK 0 0.25 0.86 0
HSL 42.47º 1% 0.57% -
HSV(B) 42.47º 0.86% 1% -
XYZ 60.19 58.65 9.82 -
YUV 192.47 39.7 172.6 -
System Red Green Blue C M Y K H S L
Decimal 255 191 36 0 0.25 0.86 0 42.47 1 0.57
Hex FF BF 24 0 19 56 0 2A 64 39
Octal 377 277 44 0 31 126 0 52 144 71
Binary 11111111 10111111 100100 0 11001 1010110 0 101010 1100100 111001

Color Harmonies of #FFBF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF24

Black with #FFBF24

Text Example


Text Example

White with #FFBF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF24; }

 p { color: rgb(255,191,36); }

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

background-color css

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

 a { background-color: rgb(255,191,36); }

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

border-color css

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

 span { border-color: rgb(255,191,36); }

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