Html Css Color HEX #F27905 Tangerine

📋 copy color: '#F27905'

red 242 ◦ green 121 ◦ blue 5

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

Shades of Tangerine #F27905

Tints of Tangerine #F27905

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.88%

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 65.76%
G = 32.88%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F27905 (or 0xF27905) is known color: Tangerine. HEX triplet: F2, 79 and 05. RGB value is (242,121,5). Sum of RGB (Red+Green+Blue) = 242+121+5=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F27905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27905 is #0D86FA. Grayscale: #909090. Windows color (decimal): -886523 or 358898. OLE color: 358898.

HSL color Cylindrical-coordinate representation of color #F27905: hue angle of 29.37º degrees, saturation: 0.96, 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 #F27905 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 121 5 -
CMYK 0 0.50 0.98 0.05
HSL 29.37º 0.96% 0.48% -
HSV(B) 29.37º 0.98% 0.95% -
XYZ 43.48 32.56 4.14 -
YUV 143.96 49.59 197.93 -
System Red Green Blue C M Y K H S L
Decimal 242 121 5 0 0.50 0.98 0.05 29.37 0.96 0.48
Hex F2 79 5 0 32 62 5 1D 60 30
Octal 362 171 5 0 62 142 5 35 140 60
Binary 11110010 1111001 101 0 110010 1100010 101 11101 1100000 110000

Color Harmonies of #F27905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27905

Black with #F27905

Text Example


Text Example

White with #F27905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27905; }

 p { color: rgb(242,121,5); }

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

background-color css

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

 a { background-color: rgb(242,121,5); }

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

border-color css

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

 span { border-color: rgb(242,121,5); }

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