Html Css Color HEX #F09A0B Gamboge

📋 copy color: '#F09A0B'

red 240 ◦ green 154 ◦ blue 11

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

Shades of Gamboge #F09A0B

Tints of Gamboge #F09A0B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.02%

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

R = 59.26%
G = 38.02%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F09A0B (or 0xF09A0B) is known color: Gamboge. HEX triplet: F0, 9A and 0B. RGB value is (240,154,11). Sum of RGB (Red+Green+Blue) = 240+154+11=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09A0B is #0F65F4. Grayscale: #A4A4A4. Windows color (decimal): -1009141 or 760560. OLE color: 760560.

HSL color Cylindrical-coordinate representation of color #F09A0B: hue angle of 37.47º 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 #F09A0B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 154 11 -
CMYK 0 0.36 0.95 0.06
HSL 37.47º 0.91% 0.49% -
HSV(B) 37.47º 0.95% 0.94% -
XYZ 47.55 41.66 5.85 -
YUV 163.41 41.99 182.63 -
System Red Green Blue C M Y K H S L
Decimal 240 154 11 0 0.36 0.95 0.06 37.47 0.91 0.49
Hex F0 9A B 0 24 5F 6 25 5B 31
Octal 360 232 13 0 44 137 6 45 133 61
Binary 11110000 10011010 1011 0 100100 1011111 110 100101 1011011 110001

Color Harmonies of #F09A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A0B

Black with #F09A0B

Text Example


Text Example

White with #F09A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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