Html Css Color HEX #FFBF2C Saffron

📋 copy color: '#FFBF2C'

red 255 ◦ green 191 ◦ blue 44

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

Shades of Saffron #FFBF2C

Tints of Saffron #FFBF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.98%

R = 52.04%
G = 38.98%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFBF2C (or 0xFFBF2C) is known color: Saffron. HEX triplet: FF, BF and 2C. RGB value is (255,191,44). Sum of RGB (Red+Green+Blue) = 255+191+44=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF2C is #0040D3. Grayscale: #C2C2C2. Windows color (decimal): -16596 or 2932735. OLE color: 2932735.

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

Color convert

RGB 255 191 44 -
CMYK 0 0.25 0.83 0
HSL 41.8º 1% 0.59% -
HSV(B) 41.8º 0.83% 1% -
XYZ 60.33 58.7 10.53 -
YUV 193.38 43.7 171.95 -
System Red Green Blue C M Y K H S L
Decimal 255 191 44 0 0.25 0.83 0 41.8 1 0.59
Hex FF BF 2C 0 19 53 0 2A 64 3B
Octal 377 277 54 0 31 123 0 52 144 73
Binary 11111111 10111111 101100 0 11001 1010011 0 101010 1100100 111011

Color Harmonies of #FFBF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF2C

Black with #FFBF2C

Text Example


Text Example

White with #FFBF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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