Html Css Color HEX #F7A03A Yellow Sea

📋 copy color: '#F7A03A'

red 247 ◦ green 160 ◦ blue 58

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

Shades of Yellow Sea #F7A03A

Tints of Yellow Sea #F7A03A

RGB

 RED value IS 247 (96.88% from 255) = 53.12%

 GREEN value IS 160 (62.89% from 255) = 34.41%

 BLUE value IS 58 (23.05% from 255) = 12.47%

R = 53.12%
G = 34.41%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F7A03A (or 0xF7A03A) is known color: Yellow Sea. HEX triplet: F7, A0 and 3A. RGB value is (247,160,58). Sum of RGB (Red+Green+Blue) = 247+160+58=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A03A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A03A is #085FC5. Grayscale: #AEAEAE. Windows color (decimal): -548806 or 3842295. OLE color: 3842295.

HSL color Cylindrical-coordinate representation of color #F7A03A: hue angle of 32.38º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F7A03A is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 160 58 -
CMYK 0 0.35 0.77 0.03
HSL 32.38º 0.92% 0.6% -
HSV(B) 32.38º 0.77% 0.97% -
XYZ 51.69 45.22 10.01 -
YUV 174.39 62.32 179.79 -
System Red Green Blue C M Y K H S L
Decimal 247 160 58 0 0.35 0.77 0.03 32.38 0.92 0.6
Hex F7 A0 3A 0 23 4D 3 20 5C 3C
Octal 367 240 72 0 43 115 3 40 134 74
Binary 11110111 10100000 111010 0 100011 1001101 11 100000 1011100 111100

Color Harmonies of #F7A03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A03A

Black with #F7A03A

Text Example


Text Example

White with #F7A03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A03A; }

 p { color: rgb(247,160,58); }

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

background-color css

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

 a { background-color: rgb(247,160,58); }

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

border-color css

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

 span { border-color: rgb(247,160,58); }

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