Html Css Color HEX #F7C730 Saffron

📋 copy color: '#F7C730'

red 247 ◦ green 199 ◦ blue 48

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

Shades of Saffron #F7C730

Tints of Saffron #F7C730

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.28%

 BLUE value IS 48 (19.14% from 255) = 9.72%

R = 50%
G = 40.28%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7C730 (or 0xF7C730) is known color: Saffron. HEX triplet: F7, C7 and 30. RGB value is (247,199,48). Sum of RGB (Red+Green+Blue) = 247+199+48=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C730 is #0838CF. Grayscale: #C4C4C4. Windows color (decimal): -538832 or 3196919. OLE color: 3196919.

HSL color Cylindrical-coordinate representation of color #F7C730: hue angle of 45.53º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7C730 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 199 48 -
CMYK 0 0.19 0.81 0.03
HSL 45.53º 0.93% 0.58% -
HSV(B) 45.53º 0.81% 0.97% -
XYZ 59.31 60.83 11.41 -
YUV 196.14 44.4 164.28 -
System Red Green Blue C M Y K H S L
Decimal 247 199 48 0 0.19 0.81 0.03 45.53 0.93 0.58
Hex F7 C7 30 0 13 51 3 2E 5D 3A
Octal 367 307 60 0 23 121 3 56 135 72
Binary 11110111 11000111 110000 0 10011 1010001 11 101110 1011101 111010

Color Harmonies of #F7C730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C730

Black with #F7C730

Text Example


Text Example

White with #F7C730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C730; }

 p { color: rgb(247,199,48); }

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

background-color css

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

 a { background-color: rgb(247,199,48); }

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

border-color css

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

 span { border-color: rgb(247,199,48); }

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