Html Css Color HEX #F09400 Tangerine

📋 copy color: '#F09400'

red 240 ◦ green 148 ◦ blue 0

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

Shades of Tangerine #F09400

Tints of Tangerine #F09400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.86%
G = 38.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F09400 (or 0xF09400) is known color: Tangerine. HEX triplet: F0, 94 and 00. RGB value is (240,148,0). Sum of RGB (Red+Green+Blue) = 240+148+0=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F09400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09400 is #0F6BFF. Grayscale: #9F9F9F. Windows color (decimal): -1010688 or 38128. OLE color: 38128.

HSL color Cylindrical-coordinate representation of color #F09400: hue angle of 37º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F09400 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 148 0 -
CMYK 0 0.38 1 0.06
HSL 37º 1% 0.47% -
HSV(B) 37º 1% 0.94% -
XYZ 46.53 39.71 5.21 -
YUV 158.64 38.48 186.03 -
System Red Green Blue C M Y K H S L
Decimal 240 148 0 0 0.38 1 0.06 37 1 0.47
Hex F0 94 0 0 26 64 6 25 64 2F
Octal 360 224 0 0 46 144 6 45 144 57
Binary 11110000 10010100 0 0 100110 1100100 110 100101 1100100 101111

Color Harmonies of #F09400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09400

Black with #F09400

Text Example


Text Example

White with #F09400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09400; }

 p { color: rgb(240,148,0); }

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

background-color css

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

 a { background-color: rgb(240,148,0); }

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

border-color css

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

 span { border-color: rgb(240,148,0); }

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