Html Css Color HEX #F27F0C Tangerine

📋 copy color: '#F27F0C'

red 242 ◦ green 127 ◦ blue 12

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

Shades of Tangerine #F27F0C

Tints of Tangerine #F27F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.15%

R = 63.52%
G = 33.33%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F27F0C (or 0xF27F0C) is known color: Tangerine. HEX triplet: F2, 7F and 0C. RGB value is (242,127,12). Sum of RGB (Red+Green+Blue) = 242+127+12=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27F0C is #0D80F3. Grayscale: #949494. Windows color (decimal): -884980 or 819186. OLE color: 819186.

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

Color convert

RGB 242 127 12 -
CMYK 0 0.48 0.95 0.05
HSL 30º 0.91% 0.5% -
HSV(B) 30º 0.95% 0.95% -
XYZ 44.27 34.08 4.59 -
YUV 148.28 51.1 194.85 -
System Red Green Blue C M Y K H S L
Decimal 242 127 12 0 0.48 0.95 0.05 30 0.91 0.5
Hex F2 7F C 0 30 5F 5 1E 5B 32
Octal 362 177 14 0 60 137 5 36 133 62
Binary 11110010 1111111 1100 0 110000 1011111 101 11110 1011011 110010

Color Harmonies of #F27F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27F0C

Black with #F27F0C

Text Example


Text Example

White with #F27F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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