Html Css Color HEX #F0C730 Saffron

📋 copy color: '#F0C730'

red 240 ◦ green 199 ◦ blue 48

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

Shades of Saffron #F0C730

Tints of Saffron #F0C730

RGB

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

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

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

R = 49.28%
G = 40.86%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F0C730 (or 0xF0C730) is known color: Saffron. HEX triplet: F0, C7 and 30. RGB value is (240,199,48). Sum of RGB (Red+Green+Blue) = 240+199+48=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C730 is #0F38CF. Grayscale: #C2C2C2. Windows color (decimal): -997584 or 3196912. OLE color: 3196912.

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

Color convert

RGB 240 199 48 -
CMYK 0 0.17 0.8 0.06
HSL 47.19º 0.86% 0.56% -
HSV(B) 47.19º 0.8% 0.94% -
XYZ 56.89 59.59 11.3 -
YUV 194.05 45.58 160.78 -
System Red Green Blue C M Y K H S L
Decimal 240 199 48 0 0.17 0.8 0.06 47.19 0.86 0.56
Hex F0 C7 30 0 11 50 6 2F 56 38
Octal 360 307 60 0 21 120 6 57 126 70
Binary 11110000 11000111 110000 0 10001 1010000 110 101111 1010110 111000

Color Harmonies of #F0C730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C730

Black with #F0C730

Text Example


Text Example

White with #F0C730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C730; }

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

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

background-color css

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

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

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

border-color css

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

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

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