Html Css Color HEX #F0C63C Saffron

📋 copy color: '#F0C63C'

red 240 ◦ green 198 ◦ blue 60

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

Shades of Saffron #F0C63C

Tints of Saffron #F0C63C

RGB

 RED value IS 240 (94.14% from 255) = 48.19%

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

 BLUE value IS 60 (23.83% from 255) = 12.05%

R = 48.19%
G = 39.76%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0C63C (or 0xF0C63C) is known color: Saffron. HEX triplet: F0, C6 and 3C. RGB value is (240,198,60). Sum of RGB (Red+Green+Blue) = 240+198+60=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C63C is #0F39C3. Grayscale: #C3C3C3. Windows color (decimal): -997828 or 3983088. OLE color: 3983088.

HSL color Cylindrical-coordinate representation of color #F0C63C: hue angle of 46º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0C63C is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 198 60 -
CMYK 0 0.18 0.75 0.06
HSL 46º 0.86% 0.59% -
HSV(B) 46º 0.75% 0.94% -
XYZ 56.94 59.24 12.71 -
YUV 194.83 51.91 160.22 -
System Red Green Blue C M Y K H S L
Decimal 240 198 60 0 0.18 0.75 0.06 46 0.86 0.59
Hex F0 C6 3C 0 12 4B 6 2E 56 3B
Octal 360 306 74 0 22 113 6 56 126 73
Binary 11110000 11000110 111100 0 10010 1001011 110 101110 1010110 111011

Color Harmonies of #F0C63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C63C

Black with #F0C63C

Text Example


Text Example

White with #F0C63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C63C; }

 p { color: rgb(240,198,60); }

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

background-color css

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

 a { background-color: rgb(240,198,60); }

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

border-color css

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

 span { border-color: rgb(240,198,60); }

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