Html Css Color HEX #F7C63F Saffron

📋 copy color: '#F7C63F'

red 247 ◦ green 198 ◦ blue 63

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

Shades of Saffron #F7C63F

Tints of Saffron #F7C63F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.98%

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

R = 48.62%
G = 38.98%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7C63F (or 0xF7C63F) is known color: Saffron. HEX triplet: F7, C6 and 3F. RGB value is (247,198,63). Sum of RGB (Red+Green+Blue) = 247+198+63=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 63 (25% from 255 or 12.40% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C63F is #0839C0. Grayscale: #C5C5C5. Windows color (decimal): -539073 or 4179703. OLE color: 4179703.

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

Color convert

RGB 247 198 63 -
CMYK 0 0.20 0.74 0.03
HSL 44.02º 0.92% 0.61% -
HSV(B) 44.02º 0.74% 0.97% -
XYZ 59.45 60.52 13.25 -
YUV 197.26 52.23 163.48 -
System Red Green Blue C M Y K H S L
Decimal 247 198 63 0 0.20 0.74 0.03 44.02 0.92 0.61
Hex F7 C6 3F 0 14 4A 3 2C 5C 3D
Octal 367 306 77 0 24 112 3 54 134 75
Binary 11110111 11000110 111111 0 10100 1001010 11 101100 1011100 111101

Color Harmonies of #F7C63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C63F

Black with #F7C63F

Text Example


Text Example

White with #F7C63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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