Html Css Color HEX #F3C330 Saffron

📋 copy color: '#F3C330'

red 243 ◦ green 195 ◦ blue 48

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

Shades of Saffron #F3C330

Tints of Saffron #F3C330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.12%

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

R = 50%
G = 40.12%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F3C330 (or 0xF3C330) is known color: Saffron. HEX triplet: F3, C3 and 30. RGB value is (243,195,48). Sum of RGB (Red+Green+Blue) = 243+195+48=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3C330 is #0C3CCF. Grayscale: #C1C1C1. Windows color (decimal): -802000 or 3195891. OLE color: 3195891.

HSL color Cylindrical-coordinate representation of color #F3C330: hue angle of 45.23º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3C330 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 195 48 -
CMYK 0 0.20 0.80 0.05
HSL 45.23º 0.89% 0.57% -
HSV(B) 45.23º 0.8% 0.95% -
XYZ 57.01 58.3 11.04 -
YUV 192.59 46.4 163.95 -
System Red Green Blue C M Y K H S L
Decimal 243 195 48 0 0.20 0.80 0.05 45.23 0.89 0.57
Hex F3 C3 30 0 14 50 5 2D 59 39
Octal 363 303 60 0 24 120 5 55 131 71
Binary 11110011 11000011 110000 0 10100 1010000 101 101101 1011001 111001

Color Harmonies of #F3C330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C330

Black with #F3C330

Text Example


Text Example

White with #F3C330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C330; }

 p { color: rgb(243,195,48); }

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

background-color css

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

 a { background-color: rgb(243,195,48); }

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

border-color css

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

 span { border-color: rgb(243,195,48); }

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