Html Css Color HEX #F19A0D Gamboge

📋 copy color: '#F19A0D'

red 241 ◦ green 154 ◦ blue 13

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

Shades of Gamboge #F19A0D

Tints of Gamboge #F19A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.19%

R = 59.07%
G = 37.75%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F19A0D (or 0xF19A0D) is known color: Gamboge. HEX triplet: F1, 9A and 0D. RGB value is (241,154,13). Sum of RGB (Red+Green+Blue) = 241+154+13=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19A0D is #0E65F2. Grayscale: #A4A4A4. Windows color (decimal): -943603 or 891633. OLE color: 891633.

HSL color Cylindrical-coordinate representation of color #F19A0D: hue angle of 37.11º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F19A0D is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 154 13 -
CMYK 0 0.36 0.95 0.05
HSL 37.11º 0.9% 0.5% -
HSV(B) 37.11º 0.95% 0.95% -
XYZ 47.9 41.84 5.93 -
YUV 163.94 42.82 182.96 -
System Red Green Blue C M Y K H S L
Decimal 241 154 13 0 0.36 0.95 0.05 37.11 0.9 0.5
Hex F1 9A D 0 24 5F 5 25 5A 32
Octal 361 232 15 0 44 137 5 45 132 62
Binary 11110001 10011010 1101 0 100100 1011111 101 100101 1011010 110010

Color Harmonies of #F19A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19A0D

Black with #F19A0D

Text Example


Text Example

White with #F19A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19A0D; }

 p { color: rgb(241,154,13); }

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

background-color css

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

 a { background-color: rgb(241,154,13); }

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

border-color css

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

 span { border-color: rgb(241,154,13); }

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