Html Css Color HEX #F27F08 Tangerine

📋 copy color: '#F27F08'

red 242 ◦ green 127 ◦ blue 8

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

Shades of Tangerine #F27F08

Tints of Tangerine #F27F08

RGB

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

 GREEN value IS 127 (50% from 255) = 33.69%

 BLUE value IS 8 (3.52% from 255) = 2.12%

R = 64.19%
G = 33.69%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F27F08 (or 0xF27F08) is known color: Tangerine. HEX triplet: F2, 7F and 08. RGB value is (242,127,8). Sum of RGB (Red+Green+Blue) = 242+127+8=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27F08 is #0D80F7. Grayscale: #949494. Windows color (decimal): -884984 or 557042. OLE color: 557042.

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

Color convert

RGB 242 127 8 -
CMYK 0 0.48 0.97 0.05
HSL 30.51º 0.94% 0.49% -
HSV(B) 30.51º 0.97% 0.95% -
XYZ 44.25 34.07 4.47 -
YUV 147.82 49.1 195.18 -
System Red Green Blue C M Y K H S L
Decimal 242 127 8 0 0.48 0.97 0.05 30.51 0.94 0.49
Hex F2 7F 8 0 30 61 5 1F 5E 31
Octal 362 177 10 0 60 141 5 37 136 61
Binary 11110010 1111111 1000 0 110000 1100001 101 11111 1011110 110001

Color Harmonies of #F27F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27F08

Black with #F27F08

Text Example


Text Example

White with #F27F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27F08; }

 p { color: rgb(242,127,8); }

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

background-color css

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

 a { background-color: rgb(242,127,8); }

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

border-color css

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

 span { border-color: rgb(242,127,8); }

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