Html Css Color HEX #F0BC3F Saffron

📋 copy color: '#F0BC3F'

red 240 ◦ green 188 ◦ blue 63

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

Shades of Saffron #F0BC3F

Tints of Saffron #F0BC3F

RGB

 RED value IS 240 (94.14% from 255) = 48.88%

 GREEN value IS 188 (73.83% from 255) = 38.29%

 BLUE value IS 63 (25% from 255) = 12.83%

R = 48.88%
G = 38.29%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0BC3F (or 0xF0BC3F) is known color: Saffron. HEX triplet: F0, BC and 3F. RGB value is (240,188,63). Sum of RGB (Red+Green+Blue) = 240+188+63=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 63 (25% from 255 or 12.83% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BC3F is #0F43C0. Grayscale: #BDBDBD. Windows color (decimal): -1000385 or 4177136. OLE color: 4177136.

HSL color Cylindrical-coordinate representation of color #F0BC3F: hue angle of 42.37º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0BC3F is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 188 63 -
CMYK 0 0.22 0.74 0.06
HSL 42.37º 0.86% 0.59% -
HSV(B) 42.37º 0.74% 0.94% -
XYZ 54.82 54.85 12.4 -
YUV 189.3 56.73 164.16 -
System Red Green Blue C M Y K H S L
Decimal 240 188 63 0 0.22 0.74 0.06 42.37 0.86 0.59
Hex F0 BC 3F 0 16 4A 6 2A 56 3B
Octal 360 274 77 0 26 112 6 52 126 73
Binary 11110000 10111100 111111 0 10110 1001010 110 101010 1010110 111011

Color Harmonies of #F0BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BC3F

Black with #F0BC3F

Text Example


Text Example

White with #F0BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BC3F; }

 p { color: rgb(240,188,63); }

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

background-color css

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

 a { background-color: rgb(240,188,63); }

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

border-color css

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

 span { border-color: rgb(240,188,63); }

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