Html Css Color HEX #F07527 Tahiti Gold

📋 copy color: '#F07527'

red 240 ◦ green 117 ◦ blue 39

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

Shades of Tahiti Gold #F07527

Tints of Tahiti Gold #F07527

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.55%

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

R = 60.61%
G = 29.55%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F07527 (or 0xF07527) is known color: Tahiti Gold. HEX triplet: F0, 75 and 27. RGB value is (240,117,39). Sum of RGB (Red+Green+Blue) = 240+117+39=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F07527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07527 is #0F8AD8. Grayscale: #919191. Windows color (decimal): -1018585 or 2586096. OLE color: 2586096.

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

Color convert

RGB 240 117 39 -
CMYK 0 0.51 0.84 0.06
HSL 23.28º 0.87% 0.55% -
HSV(B) 23.28º 0.84% 0.94% -
XYZ 42.66 31.39 5.73 -
YUV 144.89 68.25 195.84 -
System Red Green Blue C M Y K H S L
Decimal 240 117 39 0 0.51 0.84 0.06 23.28 0.87 0.55
Hex F0 75 27 0 33 54 6 17 57 37
Octal 360 165 47 0 63 124 6 27 127 67
Binary 11110000 1110101 100111 0 110011 1010100 110 10111 1010111 110111

Color Harmonies of #F07527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07527

Black with #F07527

Text Example


Text Example

White with #F07527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07527; }

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

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

background-color css

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

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

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

border-color css

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

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

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