Html Css Color HEX #F7C135 Saffron

📋 copy color: '#F7C135'

red 247 ◦ green 193 ◦ blue 53

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

Shades of Saffron #F7C135

Tints of Saffron #F7C135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.75%

R = 50.1%
G = 39.15%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F7C135 (or 0xF7C135) is known color: Saffron. HEX triplet: F7, C1 and 35. RGB value is (247,193,53). Sum of RGB (Red+Green+Blue) = 247+193+53=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 53 (21.09% from 255 or 10.75% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C135 is #083ECA. Grayscale: #C1C1C1. Windows color (decimal): -540363 or 3523063. OLE color: 3523063.

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

Color convert

RGB 247 193 53 -
CMYK 0 0.22 0.79 0.03
HSL 43.3º 0.92% 0.59% -
HSV(B) 43.3º 0.79% 0.97% -
XYZ 58.07 58.17 11.54 -
YUV 193.19 48.89 166.38 -
System Red Green Blue C M Y K H S L
Decimal 247 193 53 0 0.22 0.79 0.03 43.3 0.92 0.59
Hex F7 C1 35 0 16 4F 3 2B 5C 3B
Octal 367 301 65 0 26 117 3 53 134 73
Binary 11110111 11000001 110101 0 10110 1001111 11 101011 1011100 111011

Color Harmonies of #F7C135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C135

Black with #F7C135

Text Example


Text Example

White with #F7C135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C135; }

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

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

background-color css

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

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

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

border-color css

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

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

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