Html Css Color HEX #F0930A Gamboge

📋 copy color: '#F0930A'

red 240 ◦ green 147 ◦ blue 10

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

Shades of Gamboge #F0930A

Tints of Gamboge #F0930A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.03%

 BLUE value IS 10 (4.3% from 255) = 2.52%

R = 60.45%
G = 37.03%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0930A (or 0xF0930A) is known color: Gamboge. HEX triplet: F0, 93 and 0A. RGB value is (240,147,10). Sum of RGB (Red+Green+Blue) = 240+147+10=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0930A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0930A is #0F6CF5. Grayscale: #9F9F9F. Windows color (decimal): -1010934 or 693232. OLE color: 693232.

HSL color Cylindrical-coordinate representation of color #F0930A: hue angle of 35.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0930A is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 147 10 -
CMYK 0 0.39 0.96 0.06
HSL 35.74º 0.92% 0.49% -
HSV(B) 35.74º 0.96% 0.94% -
XYZ 46.42 39.41 5.45 -
YUV 159.19 43.81 185.64 -
System Red Green Blue C M Y K H S L
Decimal 240 147 10 0 0.39 0.96 0.06 35.74 0.92 0.49
Hex F0 93 A 0 27 60 6 24 5C 31
Octal 360 223 12 0 47 140 6 44 134 61
Binary 11110000 10010011 1010 0 100111 1100000 110 100100 1011100 110001

Color Harmonies of #F0930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0930A

Black with #F0930A

Text Example


Text Example

White with #F0930A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0930A; }

 p { color: rgb(240,147,10); }

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

background-color css

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

 a { background-color: rgb(240,147,10); }

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

border-color css

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

 span { border-color: rgb(240,147,10); }

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