Html Css Color HEX #F29400 Tangerine

📋 copy color: '#F29400'

red 242 ◦ green 148 ◦ blue 0

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

Shades of Tangerine #F29400

Tints of Tangerine #F29400

RGB

 RED value IS 242 (94.92% from 255) = 62.05%

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

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

R = 62.05%
G = 37.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F29400 (or 0xF29400) is known color: Tangerine. HEX triplet: F2, 94 and 00. RGB value is (242,148,0). Sum of RGB (Red+Green+Blue) = 242+148+0=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F29400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29400 is #0D6BFF. Grayscale: #9F9F9F. Windows color (decimal): -879616 or 38130. OLE color: 38130.

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

Color convert

RGB 242 148 0 -
CMYK 0 0.39 1 0.05
HSL 36.69º 1% 0.47% -
HSV(B) 36.69º 1% 0.95% -
XYZ 47.21 40.06 5.24 -
YUV 159.23 38.14 187.03 -
System Red Green Blue C M Y K H S L
Decimal 242 148 0 0 0.39 1 0.05 36.69 1 0.47
Hex F2 94 0 0 27 64 5 25 64 2F
Octal 362 224 0 0 47 144 5 45 144 57
Binary 11110010 10010100 0 0 100111 1100100 101 100101 1100100 101111

Color Harmonies of #F29400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29400

Black with #F29400

Text Example


Text Example

White with #F29400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29400; }

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

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

background-color css

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

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

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

border-color css

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

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

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