Html Css Color HEX #F07327 Tahiti Gold

📋 copy color: '#F07327'

red 240 ◦ green 115 ◦ blue 39

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

Shades of Tahiti Gold #F07327

Tints of Tahiti Gold #F07327

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.19%

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

R = 60.91%
G = 29.19%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F07327 (or 0xF07327) is known color: Tahiti Gold. HEX triplet: F0, 73 and 27. RGB value is (240,115,39). Sum of RGB (Red+Green+Blue) = 240+115+39=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F07327 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07327 is #0F8CD8. Grayscale: #909090. Windows color (decimal): -1019097 or 2585584. OLE color: 2585584.

HSL color Cylindrical-coordinate representation of color #F07327: hue angle of 22.69º 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 #F07327 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 115 39 -
CMYK 0 0.52 0.84 0.06
HSL 22.69º 0.87% 0.55% -
HSV(B) 22.69º 0.84% 0.94% -
XYZ 42.43 30.93 5.65 -
YUV 143.71 68.91 196.68 -
System Red Green Blue C M Y K H S L
Decimal 240 115 39 0 0.52 0.84 0.06 22.69 0.87 0.55
Hex F0 73 27 0 34 54 6 17 57 37
Octal 360 163 47 0 64 124 6 27 127 67
Binary 11110000 1110011 100111 0 110100 1010100 110 10111 1010111 110111

Color Harmonies of #F07327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07327

Black with #F07327

Text Example


Text Example

White with #F07327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07327; }

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

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

background-color css

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

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

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

border-color css

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

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

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