Html Css Color HEX #F09B05 Gamboge

📋 copy color: '#F09B05'

red 240 ◦ green 155 ◦ blue 5

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

Shades of Gamboge #F09B05

Tints of Gamboge #F09B05

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.75%

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 60%
G = 38.75%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F09B05 (or 0xF09B05) is known color: Gamboge. HEX triplet: F0, 9B and 05. RGB value is (240,155,5). Sum of RGB (Red+Green+Blue) = 240+155+5=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09B05 is #0F64FA. Grayscale: #A4A4A4. Windows color (decimal): -1008891 or 367600. OLE color: 367600.

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

Color convert

RGB 240 155 5 -
CMYK 0 0.35 0.98 0.06
HSL 38.3º 0.96% 0.48% -
HSV(B) 38.3º 0.98% 0.94% -
XYZ 47.68 41.98 5.73 -
YUV 163.32 38.66 182.7 -
System Red Green Blue C M Y K H S L
Decimal 240 155 5 0 0.35 0.98 0.06 38.3 0.96 0.48
Hex F0 9B 5 0 23 62 6 26 60 30
Octal 360 233 5 0 43 142 6 46 140 60
Binary 11110000 10011011 101 0 100011 1100010 110 100110 1100000 110000

Color Harmonies of #F09B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09B05

Black with #F09B05

Text Example


Text Example

White with #F09B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09B05; }

 p { color: rgb(240,155,5); }

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

background-color css

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

 a { background-color: rgb(240,155,5); }

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

border-color css

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

 span { border-color: rgb(240,155,5); }

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