Html Css Color HEX #F7C830 Saffron

📋 copy color: '#F7C830'

red 247 ◦ green 200 ◦ blue 48

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

Shades of Saffron #F7C830

Tints of Saffron #F7C830

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.4%

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

R = 49.9%
G = 40.4%
B = 9.7%

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

#F7C830 (or 0xF7C830) is known color: Saffron. HEX triplet: F7, C8 and 30. RGB value is (247,200,48). Sum of RGB (Red+Green+Blue) = 247+200+48=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C830 is #0837CF. Grayscale: #C5C5C5. Windows color (decimal): -538576 or 3197175. OLE color: 3197175.

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

Color convert

RGB 247 200 48 -
CMYK 0 0.19 0.81 0.03
HSL 45.83º 0.93% 0.58% -
HSV(B) 45.83º 0.81% 0.97% -
XYZ 59.55 61.3 11.49 -
YUV 196.73 44.07 163.86 -
System Red Green Blue C M Y K H S L
Decimal 247 200 48 0 0.19 0.81 0.03 45.83 0.93 0.58
Hex F7 C8 30 0 13 51 3 2E 5D 3A
Octal 367 310 60 0 23 121 3 56 135 72
Binary 11110111 11001000 110000 0 10011 1010001 11 101110 1011101 111010

Color Harmonies of #F7C830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C830

Black with #F7C830

Text Example


Text Example

White with #F7C830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C830; }

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

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

background-color css

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

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

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

border-color css

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

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

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