Html Css Color HEX #F7C33B Saffron

📋 copy color: '#F7C33B'

red 247 ◦ green 195 ◦ blue 59

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

Shades of Saffron #F7C33B

Tints of Saffron #F7C33B

RGB

 RED value IS 247 (96.88% from 255) = 49.3%

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

 BLUE value IS 59 (23.44% from 255) = 11.78%

R = 49.3%
G = 38.92%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F7C33B (or 0xF7C33B) is known color: Saffron. HEX triplet: F7, C3 and 3B. RGB value is (247,195,59). Sum of RGB (Red+Green+Blue) = 247+195+59=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 59 (23.44% from 255 or 11.78% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C33B is #083CC4. Grayscale: #C3C3C3. Windows color (decimal): -539845 or 3916791. OLE color: 3916791.

HSL color Cylindrical-coordinate representation of color #F7C33B: hue angle of 43.4º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F7C33B is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 195 59 -
CMYK 0 0.21 0.76 0.03
HSL 43.4º 0.92% 0.6% -
HSV(B) 43.4º 0.76% 0.97% -
XYZ 58.66 59.12 12.46 -
YUV 195.04 51.23 165.06 -
System Red Green Blue C M Y K H S L
Decimal 247 195 59 0 0.21 0.76 0.03 43.4 0.92 0.6
Hex F7 C3 3B 0 15 4C 3 2B 5C 3C
Octal 367 303 73 0 25 114 3 53 134 74
Binary 11110111 11000011 111011 0 10101 1001100 11 101011 1011100 111100

Color Harmonies of #F7C33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C33B

Black with #F7C33B

Text Example


Text Example

White with #F7C33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C33B; }

 p { color: rgb(247,195,59); }

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

background-color css

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

 a { background-color: rgb(247,195,59); }

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

border-color css

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

 span { border-color: rgb(247,195,59); }

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