Html Css Color HEX #F0920F Gamboge

📋 copy color: '#F0920F'

red 240 ◦ green 146 ◦ blue 15

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

Shades of Gamboge #F0920F

Tints of Gamboge #F0920F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.41%

 BLUE value IS 15 (6.25% from 255) = 3.74%

R = 59.85%
G = 36.41%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0920F (or 0xF0920F) is known color: Gamboge. HEX triplet: F0, 92 and 0F. RGB value is (240,146,15). Sum of RGB (Red+Green+Blue) = 240+146+15=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0920F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0920F is #0F6DF0. Grayscale: #9F9F9F. Windows color (decimal): -1011185 or 1020656. OLE color: 1020656.

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

Color convert

RGB 240 146 15 -
CMYK 0 0.39 0.94 0.06
HSL 34.93º 0.88% 0.5% -
HSV(B) 34.93º 0.94% 0.94% -
XYZ 46.3 39.12 5.56 -
YUV 159.17 46.64 185.65 -
System Red Green Blue C M Y K H S L
Decimal 240 146 15 0 0.39 0.94 0.06 34.93 0.88 0.5
Hex F0 92 F 0 27 5E 6 23 58 32
Octal 360 222 17 0 47 136 6 43 130 62
Binary 11110000 10010010 1111 0 100111 1011110 110 100011 1011000 110010

Color Harmonies of #F0920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0920F

Black with #F0920F

Text Example


Text Example

White with #F0920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0920F; }

 p { color: rgb(240,146,15); }

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

background-color css

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

 a { background-color: rgb(240,146,15); }

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

border-color css

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

 span { border-color: rgb(240,146,15); }

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