Html Css Color HEX #F7C330 Saffron

📋 copy color: '#F7C330'

red 247 ◦ green 195 ◦ blue 48

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

Shades of Saffron #F7C330

Tints of Saffron #F7C330

RGB

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

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

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

R = 50.41%
G = 39.8%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7C330 (or 0xF7C330) is known color: Saffron. HEX triplet: F7, C3 and 30. RGB value is (247,195,48). Sum of RGB (Red+Green+Blue) = 247+195+48=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C330 is #083CCF. Grayscale: #C2C2C2. Windows color (decimal): -539856 or 3195895. OLE color: 3195895.

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

Color convert

RGB 247 195 48 -
CMYK 0 0.21 0.81 0.03
HSL 44.32º 0.93% 0.58% -
HSV(B) 44.32º 0.81% 0.97% -
XYZ 58.41 59.02 11.11 -
YUV 193.79 45.73 165.95 -
System Red Green Blue C M Y K H S L
Decimal 247 195 48 0 0.21 0.81 0.03 44.32 0.93 0.58
Hex F7 C3 30 0 15 51 3 2C 5D 3A
Octal 367 303 60 0 25 121 3 54 135 72
Binary 11110111 11000011 110000 0 10101 1010001 11 101100 1011101 111010

Color Harmonies of #F7C330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C330

Black with #F7C330

Text Example


Text Example

White with #F7C330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C330; }

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

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

background-color css

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

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

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

border-color css

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

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

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