Html Css Color HEX #F07226 Tahiti Gold

📋 copy color: '#F07226'

red 240 ◦ green 114 ◦ blue 38

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

Shades of Tahiti Gold #F07226

Tints of Tahiti Gold #F07226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.08%

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

R = 61.22%
G = 29.08%
B = 9.69%

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

#F07226 (or 0xF07226) is known color: Tahiti Gold. HEX triplet: F0, 72 and 26. RGB value is (240,114,38). Sum of RGB (Red+Green+Blue) = 240+114+38=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F07226 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07226 is #0F8DD9. Grayscale: #8F8F8F. Windows color (decimal): -1019354 or 2519792. OLE color: 2519792.

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

Color convert

RGB 240 114 38 -
CMYK 0 0.52 0.84 0.06
HSL 22.57º 0.87% 0.55% -
HSV(B) 22.57º 0.84% 0.94% -
XYZ 42.3 30.7 5.53 -
YUV 143.01 68.74 197.18 -
System Red Green Blue C M Y K H S L
Decimal 240 114 38 0 0.52 0.84 0.06 22.57 0.87 0.55
Hex F0 72 26 0 34 54 6 17 57 37
Octal 360 162 46 0 64 124 6 27 127 67
Binary 11110000 1110010 100110 0 110100 1010100 110 10111 1010111 110111

Color Harmonies of #F07226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07226

Black with #F07226

Text Example


Text Example

White with #F07226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07226; }

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

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

background-color css

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

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

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

border-color css

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

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

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