Html Css Color HEX #F07B28 Tahiti Gold

📋 copy color: '#F07B28'

red 240 ◦ green 123 ◦ blue 40

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

Shades of Tahiti Gold #F07B28

Tints of Tahiti Gold #F07B28

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.52%

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

R = 59.55%
G = 30.52%
B = 9.93%

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

#F07B28 (or 0xF07B28) is known color: Tahiti Gold. HEX triplet: F0, 7B and 28. RGB value is (240,123,40). Sum of RGB (Red+Green+Blue) = 240+123+40=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07B28 is #0F84D7. Grayscale: #949494. Windows color (decimal): -1017048 or 2653168. OLE color: 2653168.

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

Color convert

RGB 240 123 40 -
CMYK 0 0.49 0.83 0.06
HSL 24.9º 0.87% 0.55% -
HSV(B) 24.9º 0.83% 0.94% -
XYZ 43.4 32.84 6.06 -
YUV 148.52 66.76 193.25 -
System Red Green Blue C M Y K H S L
Decimal 240 123 40 0 0.49 0.83 0.06 24.9 0.87 0.55
Hex F0 7B 28 0 31 53 6 19 57 37
Octal 360 173 50 0 61 123 6 31 127 67
Binary 11110000 1111011 101000 0 110001 1010011 110 11001 1010111 110111

Color Harmonies of #F07B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07B28

Black with #F07B28

Text Example


Text Example

White with #F07B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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