Html Css Color HEX #F29465 Atomic Tangerine

📋 copy color: '#F29465'

red 242 ◦ green 148 ◦ blue 101

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

Shades of Atomic Tangerine #F29465

Tints of Atomic Tangerine #F29465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.57%

R = 49.29%
G = 30.14%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F29465 (or 0xF29465) is known color: Atomic Tangerine. HEX triplet: F2, 94 and 65. RGB value is (242,148,101). Sum of RGB (Red+Green+Blue) = 242+148+101=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F29465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29465 is #0D6B9A. Grayscale: #ABABAB. Windows color (decimal): -879515 or 6657266. OLE color: 6657266.

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

Color convert

RGB 242 148 101 -
CMYK 0 0.39 0.58 0.05
HSL 20º 0.84% 0.67% -
HSV(B) 20º 0.58% 0.95% -
XYZ 49.56 41 17.61 -
YUV 170.75 88.64 178.82 -
System Red Green Blue C M Y K H S L
Decimal 242 148 101 0 0.39 0.58 0.05 20 0.84 0.67
Hex F2 94 65 0 27 3A 5 14 54 43
Octal 362 224 145 0 47 72 5 24 124 103
Binary 11110010 10010100 1100101 0 100111 111010 101 10100 1010100 1000011

Color Harmonies of #F29465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29465

Black with #F29465

Text Example


Text Example

White with #F29465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29465; }

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

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

background-color css

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

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

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

border-color css

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

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

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