Html Css Color HEX #F7C03D Saffron

📋 copy color: '#F7C03D'

red 247 ◦ green 192 ◦ blue 61

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

Shades of Saffron #F7C03D

Tints of Saffron #F7C03D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.4%

 BLUE value IS 61 (24.22% from 255) = 12.2%

R = 49.4%
G = 38.4%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F7C03D (or 0xF7C03D) is known color: Saffron. HEX triplet: F7, C0 and 3D. RGB value is (247,192,61). Sum of RGB (Red+Green+Blue) = 247+192+61=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 61 (24.22% from 255 or 12.2% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C03D is #083FC2. Grayscale: #C2C2C2. Windows color (decimal): -540611 or 4047095. OLE color: 4047095.

HSL color Cylindrical-coordinate representation of color #F7C03D: hue angle of 42.26º 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 #F7C03D is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 192 61 -
CMYK 0 0.22 0.75 0.03
HSL 42.26º 0.92% 0.6% -
HSV(B) 42.26º 0.75% 0.97% -
XYZ 58.05 57.81 12.51 -
YUV 193.51 53.22 166.15 -
System Red Green Blue C M Y K H S L
Decimal 247 192 61 0 0.22 0.75 0.03 42.26 0.92 0.6
Hex F7 C0 3D 0 16 4B 3 2A 5C 3C
Octal 367 300 75 0 26 113 3 52 134 74
Binary 11110111 11000000 111101 0 10110 1001011 11 101010 1011100 111100

Color Harmonies of #F7C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C03D

Black with #F7C03D

Text Example


Text Example

White with #F7C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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