Html Css Color HEX #F3BA38 Saffron

📋 copy color: '#F3BA38'

red 243 ◦ green 186 ◦ blue 56

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

Shades of Saffron #F3BA38

Tints of Saffron #F3BA38

RGB

 RED value IS 243 (95.31% from 255) = 50.1%

 GREEN value IS 186 (73.05% from 255) = 38.35%

 BLUE value IS 56 (22.27% from 255) = 11.55%

R = 50.1%
G = 38.35%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F3BA38 (or 0xF3BA38) is known color: Saffron. HEX triplet: F3, BA and 38. RGB value is (243,186,56). Sum of RGB (Red+Green+Blue) = 243+186+56=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 56 (22.27% from 255 or 11.55% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BA38 is #0C45C7. Grayscale: #BCBCBC. Windows color (decimal): -804296 or 3717875. OLE color: 3717875.

HSL color Cylindrical-coordinate representation of color #F3BA38: hue angle of 41.71º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3BA38 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 186 56 -
CMYK 0 0.23 0.77 0.05
HSL 41.71º 0.89% 0.59% -
HSV(B) 41.71º 0.77% 0.95% -
XYZ 55.23 54.46 11.34 -
YUV 188.22 53.38 167.07 -
System Red Green Blue C M Y K H S L
Decimal 243 186 56 0 0.23 0.77 0.05 41.71 0.89 0.59
Hex F3 BA 38 0 17 4D 5 2A 59 3B
Octal 363 272 70 0 27 115 5 52 131 73
Binary 11110011 10111010 111000 0 10111 1001101 101 101010 1011001 111011

Color Harmonies of #F3BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BA38

Black with #F3BA38

Text Example


Text Example

White with #F3BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BA38; }

 p { color: rgb(243,186,56); }

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

background-color css

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

 a { background-color: rgb(243,186,56); }

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

border-color css

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

 span { border-color: rgb(243,186,56); }

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