Html Css Color HEX #F06F26 Tahiti Gold

📋 copy color: '#F06F26'

red 240 ◦ green 111 ◦ blue 38

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

Shades of Tahiti Gold #F06F26

Tints of Tahiti Gold #F06F26

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.53%

 BLUE value IS 38 (15.23% from 255) = 9.77%

R = 61.7%
G = 28.53%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F06F26 (or 0xF06F26) is known color: Tahiti Gold. HEX triplet: F0, 6F and 26. RGB value is (240,111,38). Sum of RGB (Red+Green+Blue) = 240+111+38=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F26 is #0F90D9. Grayscale: #8D8D8D. Windows color (decimal): -1020122 or 2519024. OLE color: 2519024.

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

Color convert

RGB 240 111 38 -
CMYK 0 0.54 0.84 0.06
HSL 21.68º 0.87% 0.55% -
HSV(B) 21.68º 0.84% 0.94% -
XYZ 41.97 30.03 5.42 -
YUV 141.25 69.74 198.44 -
System Red Green Blue C M Y K H S L
Decimal 240 111 38 0 0.54 0.84 0.06 21.68 0.87 0.55
Hex F0 6F 26 0 36 54 6 16 57 37
Octal 360 157 46 0 66 124 6 26 127 67
Binary 11110000 1101111 100110 0 110110 1010100 110 10110 1010111 110111

Color Harmonies of #F06F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F26

Black with #F06F26

Text Example


Text Example

White with #F06F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F26; }

 p { color: rgb(240,111,38); }

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

background-color css

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

 a { background-color: rgb(240,111,38); }

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

border-color css

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

 span { border-color: rgb(240,111,38); }

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