Html Css Color HEX #F09714 Gamboge

📋 copy color: '#F09714'

red 240 ◦ green 151 ◦ blue 20

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

Shades of Gamboge #F09714

Tints of Gamboge #F09714

RGB

 RED value IS 240 (94.14% from 255) = 58.39%

 GREEN value IS 151 (59.38% from 255) = 36.74%

 BLUE value IS 20 (8.2% from 255) = 4.87%

R = 58.39%
G = 36.74%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F09714 (or 0xF09714) is known color: Gamboge. HEX triplet: F0, 97 and 14. RGB value is (240,151,20). Sum of RGB (Red+Green+Blue) = 240+151+20=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F09714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09714 is #0F68EB. Grayscale: #A3A3A3. Windows color (decimal): -1009900 or 1349616. OLE color: 1349616.

HSL color Cylindrical-coordinate representation of color #F09714: hue angle of 35.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F09714 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 151 20 -
CMYK 0 0.37 0.92 0.06
HSL 35.73º 0.88% 0.51% -
HSV(B) 35.73º 0.92% 0.94% -
XYZ 47.13 40.71 6.04 -
YUV 162.68 47.49 183.15 -
System Red Green Blue C M Y K H S L
Decimal 240 151 20 0 0.37 0.92 0.06 35.73 0.88 0.51
Hex F0 97 14 0 25 5C 6 24 58 33
Octal 360 227 24 0 45 134 6 44 130 63
Binary 11110000 10010111 10100 0 100101 1011100 110 100100 1011000 110011

Color Harmonies of #F09714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09714

Black with #F09714

Text Example


Text Example

White with #F09714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09714; }

 p { color: rgb(240,151,20); }

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

background-color css

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

 a { background-color: rgb(240,151,20); }

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

border-color css

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

 span { border-color: rgb(240,151,20); }

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