Html Css Color HEX #F27C04 Tangerine

📋 copy color: '#F27C04'

red 242 ◦ green 124 ◦ blue 4

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

Shades of Tangerine #F27C04

Tints of Tangerine #F27C04

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.51%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 65.41%
G = 33.51%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F27C04 (or 0xF27C04) is known color: Tangerine. HEX triplet: F2, 7C and 04. RGB value is (242,124,4). Sum of RGB (Red+Green+Blue) = 242+124+4=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27C04 is #0D83FB. Grayscale: #929292. Windows color (decimal): -885756 or 294130. OLE color: 294130.

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

Color convert

RGB 242 124 4 -
CMYK 0 0.49 0.98 0.05
HSL 30.25º 0.97% 0.48% -
HSV(B) 30.25º 0.98% 0.95% -
XYZ 43.85 33.3 4.23 -
YUV 145.6 48.09 196.76 -
System Red Green Blue C M Y K H S L
Decimal 242 124 4 0 0.49 0.98 0.05 30.25 0.97 0.48
Hex F2 7C 4 0 31 62 5 1E 61 30
Octal 362 174 4 0 61 142 5 36 141 60
Binary 11110010 1111100 100 0 110001 1100010 101 11110 1100001 110000

Color Harmonies of #F27C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C04

Black with #F27C04

Text Example


Text Example

White with #F27C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C04; }

 p { color: rgb(242,124,4); }

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

background-color css

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

 a { background-color: rgb(242,124,4); }

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

border-color css

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

 span { border-color: rgb(242,124,4); }

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