Html Css Color HEX #F0940B Gamboge

📋 copy color: '#F0940B'

red 240 ◦ green 148 ◦ blue 11

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

Shades of Gamboge #F0940B

Tints of Gamboge #F0940B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.09%

 BLUE value IS 11 (4.69% from 255) = 2.76%

R = 60.15%
G = 37.09%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0940B (or 0xF0940B) is known color: Gamboge. HEX triplet: F0, 94 and 0B. RGB value is (240,148,11). Sum of RGB (Red+Green+Blue) = 240+148+11=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0940B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0940B is #0F6BF4. Grayscale: #A0A0A0. Windows color (decimal): -1010677 or 759024. OLE color: 759024.

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

Color convert

RGB 240 148 11 -
CMYK 0 0.38 0.95 0.06
HSL 35.9º 0.91% 0.49% -
HSV(B) 35.9º 0.95% 0.94% -
XYZ 46.59 39.73 5.53 -
YUV 159.89 43.98 185.14 -
System Red Green Blue C M Y K H S L
Decimal 240 148 11 0 0.38 0.95 0.06 35.9 0.91 0.49
Hex F0 94 B 0 26 5F 6 24 5B 31
Octal 360 224 13 0 46 137 6 44 133 61
Binary 11110000 10010100 1011 0 100110 1011111 110 100100 1011011 110001

Color Harmonies of #F0940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0940B

Black with #F0940B

Text Example


Text Example

White with #F0940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0940B; }

 p { color: rgb(240,148,11); }

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

background-color css

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

 a { background-color: rgb(240,148,11); }

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

border-color css

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

 span { border-color: rgb(240,148,11); }

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