Html Css Color HEX #F28A0F Tangerine

📋 copy color: '#F28A0F'

red 242 ◦ green 138 ◦ blue 15

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

Shades of Tangerine #F28A0F

Tints of Tangerine #F28A0F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.94%

 BLUE value IS 15 (6.25% from 255) = 3.8%

R = 61.27%
G = 34.94%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F28A0F (or 0xF28A0F) is known color: Tangerine. HEX triplet: F2, 8A and 0F. RGB value is (242,138,15). Sum of RGB (Red+Green+Blue) = 242+138+15=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28A0F is #0D75F0. Grayscale: #9B9B9B. Windows color (decimal): -882161 or 1018610. OLE color: 1018610.

HSL color Cylindrical-coordinate representation of color #F28A0F: hue angle of 32.51º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F28A0F is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 138 15 -
CMYK 0 0.43 0.94 0.05
HSL 32.51º 0.9% 0.5% -
HSV(B) 32.51º 0.94% 0.95% -
XYZ 45.79 37.09 5.2 -
YUV 155.07 48.96 190 -
System Red Green Blue C M Y K H S L
Decimal 242 138 15 0 0.43 0.94 0.05 32.51 0.9 0.5
Hex F2 8A F 0 2B 5E 5 21 5A 32
Octal 362 212 17 0 53 136 5 41 132 62
Binary 11110010 10001010 1111 0 101011 1011110 101 100001 1011010 110010

Color Harmonies of #F28A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28A0F

Black with #F28A0F

Text Example


Text Example

White with #F28A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28A0F; }

 p { color: rgb(242,138,15); }

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

background-color css

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

 a { background-color: rgb(242,138,15); }

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

border-color css

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

 span { border-color: rgb(242,138,15); }

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