Html Css Color HEX #F19807 Gamboge

📋 copy color: '#F19807'

red 241 ◦ green 152 ◦ blue 7

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

Shades of Gamboge #F19807

Tints of Gamboge #F19807

RGB

 RED value IS 241 (94.53% from 255) = 60.25%

 GREEN value IS 152 (59.77% from 255) = 38%

 BLUE value IS 7 (3.13% from 255) = 1.75%

R = 60.25%
G = 38%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F19807 (or 0xF19807) is known color: Gamboge. HEX triplet: F1, 98 and 07. RGB value is (241,152,7). Sum of RGB (Red+Green+Blue) = 241+152+7=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F19807 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19807 is #0E67F8. Grayscale: #A2A2A2. Windows color (decimal): -944121 or 497905. OLE color: 497905.

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

Color convert

RGB 241 152 7 -
CMYK 0 0.37 0.97 0.05
HSL 37.18º 0.94% 0.49% -
HSV(B) 37.18º 0.97% 0.95% -
XYZ 47.54 41.17 5.64 -
YUV 162.08 40.49 184.29 -
System Red Green Blue C M Y K H S L
Decimal 241 152 7 0 0.37 0.97 0.05 37.18 0.94 0.49
Hex F1 98 7 0 25 61 5 25 5E 31
Octal 361 230 7 0 45 141 5 45 136 61
Binary 11110001 10011000 111 0 100101 1100001 101 100101 1011110 110001

Color Harmonies of #F19807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19807

Black with #F19807

Text Example


Text Example

White with #F19807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19807; }

 p { color: rgb(241,152,7); }

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

background-color css

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

 a { background-color: rgb(241,152,7); }

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

border-color css

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

 span { border-color: rgb(241,152,7); }

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