Html Css Color HEX #F29468 Atomic Tangerine

📋 copy color: '#F29468'

red 242 ◦ green 148 ◦ blue 104

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

Shades of Atomic Tangerine #F29468

Tints of Atomic Tangerine #F29468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.05%

R = 48.99%
G = 29.96%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F29468 (or 0xF29468) is known color: Atomic Tangerine. HEX triplet: F2, 94 and 68. RGB value is (242,148,104). Sum of RGB (Red+Green+Blue) = 242+148+104=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F29468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29468 is #0D6B97. Grayscale: #ABABAB. Windows color (decimal): -879512 or 6853874. OLE color: 6853874.

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

Color convert

RGB 242 148 104 -
CMYK 0 0.39 0.57 0.05
HSL 19.13º 0.84% 0.68% -
HSV(B) 19.13º 0.57% 0.95% -
XYZ 49.71 41.06 18.4 -
YUV 171.09 90.14 178.58 -
System Red Green Blue C M Y K H S L
Decimal 242 148 104 0 0.39 0.57 0.05 19.13 0.84 0.68
Hex F2 94 68 0 27 39 5 13 54 44
Octal 362 224 150 0 47 71 5 23 124 104
Binary 11110010 10010100 1101000 0 100111 111001 101 10011 1010100 1000100

Color Harmonies of #F29468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29468

Black with #F29468

Text Example


Text Example

White with #F29468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29468; }

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

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

background-color css

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

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

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

border-color css

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

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

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