Html Css Color HEX #F7C141 Saffron

📋 copy color: '#F7C141'

red 247 ◦ green 193 ◦ blue 65

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

Shades of Saffron #F7C141

Tints of Saffron #F7C141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.22%

 BLUE value IS 65 (25.78% from 255) = 12.87%

R = 48.91%
G = 38.22%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7C141 (or 0xF7C141) is known color: Saffron. HEX triplet: F7, C1 and 41. RGB value is (247,193,65). Sum of RGB (Red+Green+Blue) = 247+193+65=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C141 is #083EBE. Grayscale: #C3C3C3. Windows color (decimal): -540351 or 4309495. OLE color: 4309495.

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

Color convert

RGB 247 193 65 -
CMYK 0 0.22 0.74 0.03
HSL 42.2º 0.92% 0.61% -
HSV(B) 42.2º 0.74% 0.97% -
XYZ 58.38 58.3 13.18 -
YUV 194.55 54.89 165.41 -
System Red Green Blue C M Y K H S L
Decimal 247 193 65 0 0.22 0.74 0.03 42.2 0.92 0.61
Hex F7 C1 41 0 16 4A 3 2A 5C 3D
Octal 367 301 101 0 26 112 3 52 134 75
Binary 11110111 11000001 1000001 0 10110 1001010 11 101010 1011100 111101

Color Harmonies of #F7C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C141

Black with #F7C141

Text Example


Text Example

White with #F7C141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C141; }

 p { color: rgb(247,193,65); }

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

background-color css

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

 a { background-color: rgb(247,193,65); }

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

border-color css

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

 span { border-color: rgb(247,193,65); }

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