Html Css Color HEX #F0782A Tahiti Gold

📋 copy color: '#F0782A'

red 240 ◦ green 120 ◦ blue 42

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

Shades of Tahiti Gold #F0782A

Tints of Tahiti Gold #F0782A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.85%

 BLUE value IS 42 (16.8% from 255) = 10.45%

R = 59.7%
G = 29.85%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0782A (or 0xF0782A) is known color: Tahiti Gold. HEX triplet: F0, 78 and 2A. RGB value is (240,120,42). Sum of RGB (Red+Green+Blue) = 240+120+42=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F0782A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0782A is #0F87D5. Grayscale: #939393. Windows color (decimal): -1017814 or 2783472. OLE color: 2783472.

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

Color convert

RGB 240 120 42 -
CMYK 0 0.5 0.82 0.06
HSL 23.64º 0.87% 0.55% -
HSV(B) 23.64º 0.83% 0.94% -
XYZ 43.07 32.13 6.12 -
YUV 146.99 68.76 194.34 -
System Red Green Blue C M Y K H S L
Decimal 240 120 42 0 0.5 0.82 0.06 23.64 0.87 0.55
Hex F0 78 2A 0 32 52 6 18 57 37
Octal 360 170 52 0 62 122 6 30 127 67
Binary 11110000 1111000 101010 0 110010 1010010 110 11000 1010111 110111

Color Harmonies of #F0782A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0782A

Black with #F0782A

Text Example


Text Example

White with #F0782A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0782A; }

 p { color: rgb(240,120,42); }

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

background-color css

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

 a { background-color: rgb(240,120,42); }

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

border-color css

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

 span { border-color: rgb(240,120,42); }

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