Html Css Color HEX #FFBF27 Saffron

📋 copy color: '#FFBF27'

red 255 ◦ green 191 ◦ blue 39

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

Shades of Saffron #FFBF27

Tints of Saffron #FFBF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.04%

R = 52.58%
G = 39.38%
B = 8.04%

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

#FFBF27 (or 0xFFBF27) is known color: Saffron. HEX triplet: FF, BF and 27. RGB value is (255,191,39). Sum of RGB (Red+Green+Blue) = 255+191+39=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 39 (15.62% from 255 or 8.04% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF27 is #0040D8. Grayscale: #C1C1C1. Windows color (decimal): -16601 or 2605055. OLE color: 2605055.

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

Color convert

RGB 255 191 39 -
CMYK 0 0.25 0.85 0
HSL 42.22º 1% 0.58% -
HSV(B) 42.22º 0.85% 1% -
XYZ 60.24 58.67 10.07 -
YUV 192.81 41.2 172.36 -
System Red Green Blue C M Y K H S L
Decimal 255 191 39 0 0.25 0.85 0 42.22 1 0.58
Hex FF BF 27 0 19 55 0 2A 64 3A
Octal 377 277 47 0 31 125 0 52 144 72
Binary 11111111 10111111 100111 0 11001 1010101 0 101010 1100100 111010

Color Harmonies of #FFBF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF27

Black with #FFBF27

Text Example


Text Example

White with #FFBF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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