Html Css Color HEX #F19C0D Gamboge

📋 copy color: '#F19C0D'

red 241 ◦ green 156 ◦ blue 13

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

Shades of Gamboge #F19C0D

Tints of Gamboge #F19C0D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.05%

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

R = 58.78%
G = 38.05%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F19C0D (or 0xF19C0D) is known color: Gamboge. HEX triplet: F1, 9C and 0D. RGB value is (241,156,13). Sum of RGB (Red+Green+Blue) = 241+156+13=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19C0D is #0E63F2. Grayscale: #A5A5A5. Windows color (decimal): -943091 or 892145. OLE color: 892145.

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

Color convert

RGB 241 156 13 -
CMYK 0 0.35 0.95 0.05
HSL 37.63º 0.9% 0.5% -
HSV(B) 37.63º 0.95% 0.95% -
XYZ 48.24 42.51 6.04 -
YUV 165.11 42.16 182.13 -
System Red Green Blue C M Y K H S L
Decimal 241 156 13 0 0.35 0.95 0.05 37.63 0.9 0.5
Hex F1 9C D 0 23 5F 5 26 5A 32
Octal 361 234 15 0 43 137 5 46 132 62
Binary 11110001 10011100 1101 0 100011 1011111 101 100110 1011010 110010

Color Harmonies of #F19C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19C0D

Black with #F19C0D

Text Example


Text Example

White with #F19C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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