Html Css Color HEX #FFBF26 Saffron

📋 copy color: '#FFBF26'

red 255 ◦ green 191 ◦ blue 38

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

Shades of Saffron #FFBF26

Tints of Saffron #FFBF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.85%

R = 52.69%
G = 39.46%
B = 7.85%

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

#FFBF26 (or 0xFFBF26) is known color: Saffron. HEX triplet: FF, BF and 26. RGB value is (255,191,38). Sum of RGB (Red+Green+Blue) = 255+191+38=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 38 (15.23% from 255 or 7.85% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF26 is #0040D9. Grayscale: #C1C1C1. Windows color (decimal): -16602 or 2539519. OLE color: 2539519.

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

Color convert

RGB 255 191 38 -
CMYK 0 0.25 0.85 0
HSL 42.3º 1% 0.57% -
HSV(B) 42.3º 0.85% 1% -
XYZ 60.22 58.66 9.98 -
YUV 192.69 40.7 172.44 -
System Red Green Blue C M Y K H S L
Decimal 255 191 38 0 0.25 0.85 0 42.3 1 0.57
Hex FF BF 26 0 19 55 0 2A 64 39
Octal 377 277 46 0 31 125 0 52 144 71
Binary 11111111 10111111 100110 0 11001 1010101 0 101010 1100100 111001

Color Harmonies of #FFBF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF26

Black with #FFBF26

Text Example


Text Example

White with #FFBF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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