Html Css Color HEX #F27D04 Tangerine

📋 copy color: '#F27D04'

red 242 ◦ green 125 ◦ blue 4

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

Shades of Tangerine #F27D04

Tints of Tangerine #F27D04

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.69%

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

R = 65.23%
G = 33.69%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F27D04 (or 0xF27D04) is known color: Tangerine. HEX triplet: F2, 7D and 04. RGB value is (242,125,4). Sum of RGB (Red+Green+Blue) = 242+125+4=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27D04 is #0D82FB. Grayscale: #929292. Windows color (decimal): -885500 or 294386. OLE color: 294386.

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

Color convert

RGB 242 125 4 -
CMYK 0 0.48 0.98 0.05
HSL 30.5º 0.97% 0.48% -
HSV(B) 30.5º 0.98% 0.95% -
XYZ 43.97 33.55 4.27 -
YUV 146.19 47.76 196.34 -
System Red Green Blue C M Y K H S L
Decimal 242 125 4 0 0.48 0.98 0.05 30.5 0.97 0.48
Hex F2 7D 4 0 30 62 5 1F 61 30
Octal 362 175 4 0 60 142 5 37 141 60
Binary 11110010 1111101 100 0 110000 1100010 101 11111 1100001 110000

Color Harmonies of #F27D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27D04

Black with #F27D04

Text Example


Text Example

White with #F27D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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