Html Css Color HEX #F07A28 Tahiti Gold

📋 copy color: '#F07A28'

red 240 ◦ green 122 ◦ blue 40

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

Shades of Tahiti Gold #F07A28

Tints of Tahiti Gold #F07A28

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.35%

 BLUE value IS 40 (16.02% from 255) = 9.95%

R = 59.7%
G = 30.35%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F07A28 (or 0xF07A28) is known color: Tahiti Gold. HEX triplet: F0, 7A and 28. RGB value is (240,122,40). Sum of RGB (Red+Green+Blue) = 240+122+40=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07A28 is #0F85D7. Grayscale: #949494. Windows color (decimal): -1017304 or 2652912. OLE color: 2652912.

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

Color convert

RGB 240 122 40 -
CMYK 0 0.49 0.83 0.06
HSL 24.6º 0.87% 0.55% -
HSV(B) 24.6º 0.83% 0.94% -
XYZ 43.28 32.6 6.02 -
YUV 147.93 67.09 193.67 -
System Red Green Blue C M Y K H S L
Decimal 240 122 40 0 0.49 0.83 0.06 24.6 0.87 0.55
Hex F0 7A 28 0 31 53 6 19 57 37
Octal 360 172 50 0 61 123 6 31 127 67
Binary 11110000 1111010 101000 0 110001 1010011 110 11001 1010111 110111

Color Harmonies of #F07A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A28

Black with #F07A28

Text Example


Text Example

White with #F07A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A28; }

 p { color: rgb(240,122,40); }

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

background-color css

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

 a { background-color: rgb(240,122,40); }

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

border-color css

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

 span { border-color: rgb(240,122,40); }

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