Html Css Color HEX #F4940E Gamboge

📋 copy color: '#F4940E'

red 244 ◦ green 148 ◦ blue 14

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

Shades of Gamboge #F4940E

Tints of Gamboge #F4940E

RGB

 RED value IS 244 (95.7% from 255) = 60.1%

 GREEN value IS 148 (58.2% from 255) = 36.45%

 BLUE value IS 14 (5.86% from 255) = 3.45%

R = 60.1%
G = 36.45%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4940E (or 0xF4940E) is known color: Gamboge. HEX triplet: F4, 94 and 0E. RGB value is (244,148,14). Sum of RGB (Red+Green+Blue) = 244+148+14=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F4940E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4940E is #0B6BF1. Grayscale: #A2A2A2. Windows color (decimal): -748530 or 955636. OLE color: 955636.

HSL color Cylindrical-coordinate representation of color #F4940E: hue angle of 34.96º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4940E is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 148 14 -
CMYK 0 0.39 0.94 0.04
HSL 34.96º 0.91% 0.51% -
HSV(B) 34.96º 0.94% 0.96% -
XYZ 47.98 40.44 5.69 -
YUV 161.43 44.8 186.9 -
System Red Green Blue C M Y K H S L
Decimal 244 148 14 0 0.39 0.94 0.04 34.96 0.91 0.51
Hex F4 94 E 0 27 5E 4 23 5B 33
Octal 364 224 16 0 47 136 4 43 133 63
Binary 11110100 10010100 1110 0 100111 1011110 100 100011 1011011 110011

Color Harmonies of #F4940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4940E

Black with #F4940E

Text Example


Text Example

White with #F4940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4940E; }

 p { color: rgb(244,148,14); }

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

background-color css

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

 a { background-color: rgb(244,148,14); }

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

border-color css

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

 span { border-color: rgb(244,148,14); }

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