Html Css Color HEX #FFBF30 Saffron

📋 copy color: '#FFBF30'

red 255 ◦ green 191 ◦ blue 48

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

Shades of Saffron #FFBF30

Tints of Saffron #FFBF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.72%

R = 51.62%
G = 38.66%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFBF30 (or 0xFFBF30) is known color: Saffron. HEX triplet: FF, BF and 30. RGB value is (255,191,48). Sum of RGB (Red+Green+Blue) = 255+191+48=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBF30 is #0040CF. Grayscale: #C2C2C2. Windows color (decimal): -16592 or 3194879. OLE color: 3194879.

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

Color convert

RGB 255 191 48 -
CMYK 0 0.25 0.81 0
HSL 41.45º 1% 0.59% -
HSV(B) 41.45º 0.81% 1% -
XYZ 60.4 58.74 10.95 -
YUV 193.83 45.7 171.63 -
System Red Green Blue C M Y K H S L
Decimal 255 191 48 0 0.25 0.81 0 41.45 1 0.59
Hex FF BF 30 0 19 51 0 29 64 3B
Octal 377 277 60 0 31 121 0 51 144 73
Binary 11111111 10111111 110000 0 11001 1010001 0 101001 1100100 111011

Color Harmonies of #FFBF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBF30

Black with #FFBF30

Text Example


Text Example

White with #FFBF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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