Html Css Color HEX #F29402 Tangerine

📋 copy color: '#F29402'

red 242 ◦ green 148 ◦ blue 2

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

Shades of Tangerine #F29402

Tints of Tangerine #F29402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 61.73%
G = 37.76%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F29402 (or 0xF29402) is known color: Tangerine. HEX triplet: F2, 94 and 02. RGB value is (242,148,2). Sum of RGB (Red+Green+Blue) = 242+148+2=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F29402 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29402 is #0D6BFD. Grayscale: #A0A0A0. Windows color (decimal): -879614 or 169202. OLE color: 169202.

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

Color convert

RGB 242 148 2 -
CMYK 0 0.39 0.99 0.05
HSL 36.5º 0.98% 0.48% -
HSV(B) 36.5º 0.99% 0.95% -
XYZ 47.22 40.06 5.3 -
YUV 159.46 39.14 186.87 -
System Red Green Blue C M Y K H S L
Decimal 242 148 2 0 0.39 0.99 0.05 36.5 0.98 0.48
Hex F2 94 2 0 27 63 5 24 62 30
Octal 362 224 2 0 47 143 5 44 142 60
Binary 11110010 10010100 10 0 100111 1100011 101 100100 1100010 110000

Color Harmonies of #F29402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29402

Black with #F29402

Text Example


Text Example

White with #F29402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29402; }

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

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

background-color css

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

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

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

border-color css

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

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

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