Html Css Color HEX #F29509 Gamboge

📋 copy color: '#F29509'

red 242 ◦ green 149 ◦ blue 9

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

Shades of Gamboge #F29509

Tints of Gamboge #F29509

RGB

 RED value IS 242 (94.92% from 255) = 60.5%

 GREEN value IS 149 (58.59% from 255) = 37.25%

 BLUE value IS 9 (3.91% from 255) = 2.25%

R = 60.5%
G = 37.25%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F29509 (or 0xF29509) is known color: Gamboge. HEX triplet: F2, 95 and 09. RGB value is (242,149,9). Sum of RGB (Red+Green+Blue) = 242+149+9=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F29509 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29509 is #0D6AF6. Grayscale: #A1A1A1. Windows color (decimal): -879351 or 628210. OLE color: 628210.

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

Color convert

RGB 242 149 9 -
CMYK 0 0.38 0.96 0.05
HSL 36.05º 0.93% 0.49% -
HSV(B) 36.05º 0.96% 0.95% -
XYZ 47.41 40.39 5.56 -
YUV 160.85 42.31 185.88 -
System Red Green Blue C M Y K H S L
Decimal 242 149 9 0 0.38 0.96 0.05 36.05 0.93 0.49
Hex F2 95 9 0 26 60 5 24 5D 31
Octal 362 225 11 0 46 140 5 44 135 61
Binary 11110010 10010101 1001 0 100110 1100000 101 100100 1011101 110001

Color Harmonies of #F29509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29509

Black with #F29509

Text Example


Text Example

White with #F29509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29509; }

 p { color: rgb(242,149,9); }

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

background-color css

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

 a { background-color: rgb(242,149,9); }

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

border-color css

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

 span { border-color: rgb(242,149,9); }

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