Html Css Color HEX #F07027 Tahiti Gold

📋 copy color: '#F07027'

red 240 ◦ green 112 ◦ blue 39

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

Shades of Tahiti Gold #F07027

Tints of Tahiti Gold #F07027

RGB

 RED value IS 240 (94.14% from 255) = 61.38%

 GREEN value IS 112 (44.14% from 255) = 28.64%

 BLUE value IS 39 (15.63% from 255) = 9.97%

R = 61.38%
G = 28.64%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F07027 (or 0xF07027) is known color: Tahiti Gold. HEX triplet: F0, 70 and 27. RGB value is (240,112,39). Sum of RGB (Red+Green+Blue) = 240+112+39=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F07027 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07027 is #0F8FD8. Grayscale: #8E8E8E. Windows color (decimal): -1019865 or 2584816. OLE color: 2584816.

HSL color Cylindrical-coordinate representation of color #F07027: hue angle of 21.79º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F07027 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 39 -
CMYK 0 0.53 0.84 0.06
HSL 21.79º 0.87% 0.55% -
HSV(B) 21.79º 0.84% 0.94% -
XYZ 42.1 30.26 5.54 -
YUV 141.95 69.91 197.94 -
System Red Green Blue C M Y K H S L
Decimal 240 112 39 0 0.53 0.84 0.06 21.79 0.87 0.55
Hex F0 70 27 0 35 54 6 16 57 37
Octal 360 160 47 0 65 124 6 26 127 67
Binary 11110000 1110000 100111 0 110101 1010100 110 10110 1010111 110111

Color Harmonies of #F07027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07027

Black with #F07027

Text Example


Text Example

White with #F07027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07027; }

 p { color: rgb(240,112,39); }

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

background-color css

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

 a { background-color: rgb(240,112,39); }

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

border-color css

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

 span { border-color: rgb(240,112,39); }

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