#F7C63D

Color #F7C63D Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #F7C63D

Tints of Saffron #F7C63D

Color information

#F7C63D (or 0xF7C63D) is unknown color: approx Saffron. HEX triplet: F7, C6 and 3D. RGB value is (247,198,61). Sum of RGB (Red+Green+Blue) = 247+198+61=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 61 (24.22% from 255 or 12.06% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C63D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C63D is #0839C2. Grayscale: #C5C5C5. Windows color (decimal): -539075 or 4048631. OLE color: 4048631.

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

Color convert

RGB24719861-
CMYK00.200.750.03
HSL44.19º92.08%60.39%-
HSV(B)44.19º75.3%96.86%-
XYZ59.3960.512.96-
YUV197.0351.23163.64-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.81%
GREEN value IS 198 (77.73% from 255) = 39.13%
BLUE value IS 61 (24.22% from 255) = 12.06%
R=48.81%
G=39.13%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471986100.200.750.0344.1992.0860.39
HexF7C63D0144B32c5c3c
Octal3673067502411335413474
Binary11110111110001101111010101001001011111011001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C63D; }

 p { color: rgb(247,198,61); }

 H1.HeaderClassName
 {
   color: #F7C63D;
 }
 .AnyTagClassName
 {
   color: #F7C63D;
 }
</style>
background-color css

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

 a { background-color: rgb(247,198,61); }

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

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

 span { border-color: rgb(247,198,61); }

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