Html Css Color HEX #F7C038 Saffron

📋 copy color: '#F7C038'

red 247 ◦ green 192 ◦ blue 56

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

Shades of Saffron #F7C038

Tints of Saffron #F7C038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.31%

R = 49.9%
G = 38.79%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F7C038 (or 0xF7C038) is known color: Saffron. HEX triplet: F7, C0 and 38. RGB value is (247,192,56). Sum of RGB (Red+Green+Blue) = 247+192+56=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 56 (22.27% from 255 or 11.31% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C038 is #083FC7. Grayscale: #C1C1C1. Windows color (decimal): -540616 or 3719415. OLE color: 3719415.

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

Color convert

RGB 247 192 56 -
CMYK 0 0.22 0.77 0.03
HSL 42.72º 0.92% 0.59% -
HSV(B) 42.72º 0.77% 0.97% -
XYZ 57.92 57.76 11.84 -
YUV 192.94 50.72 166.56 -
System Red Green Blue C M Y K H S L
Decimal 247 192 56 0 0.22 0.77 0.03 42.72 0.92 0.59
Hex F7 C0 38 0 16 4D 3 2B 5C 3B
Octal 367 300 70 0 26 115 3 53 134 73
Binary 11110111 11000000 111000 0 10110 1001101 11 101011 1011100 111011

Color Harmonies of #F7C038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C038

Black with #F7C038

Text Example


Text Example

White with #F7C038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C038; }

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

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

background-color css

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

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

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

border-color css

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

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

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