Html Css Color HEX #F7C03F Saffron

📋 copy color: '#F7C03F'

red 247 ◦ green 192 ◦ blue 63

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

Shades of Saffron #F7C03F

Tints of Saffron #F7C03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.55%

R = 49.2%
G = 38.25%
B = 12.55%

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

#F7C03F (or 0xF7C03F) is known color: Saffron. HEX triplet: F7, C0 and 3F. RGB value is (247,192,63). Sum of RGB (Red+Green+Blue) = 247+192+63=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C03F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C03F is #083FC0. Grayscale: #C2C2C2. Windows color (decimal): -540609 or 4178167. OLE color: 4178167.

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

Color convert

RGB 247 192 63 -
CMYK 0 0.22 0.74 0.03
HSL 42.07º 0.92% 0.61% -
HSV(B) 42.07º 0.74% 0.97% -
XYZ 58.1 57.83 12.8 -
YUV 193.74 54.22 165.99 -
System Red Green Blue C M Y K H S L
Decimal 247 192 63 0 0.22 0.74 0.03 42.07 0.92 0.61
Hex F7 C0 3F 0 16 4A 3 2A 5C 3D
Octal 367 300 77 0 26 112 3 52 134 75
Binary 11110111 11000000 111111 0 10110 1001010 11 101010 1011100 111101

Color Harmonies of #F7C03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C03F

Black with #F7C03F

Text Example


Text Example

White with #F7C03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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