Html Css Color HEX #F7A03D Yellow Sea

📋 copy color: '#F7A03D'

red 247 ◦ green 160 ◦ blue 61

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

Shades of Yellow Sea #F7A03D

Tints of Yellow Sea #F7A03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.03%

R = 52.78%
G = 34.19%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F7A03D (or 0xF7A03D) is known color: Yellow Sea. HEX triplet: F7, A0 and 3D. RGB value is (247,160,61). Sum of RGB (Red+Green+Blue) = 247+160+61=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 61 (24.22% from 255 or 13.03% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A03D is #085FC2. Grayscale: #AFAFAF. Windows color (decimal): -548803 or 4038903. OLE color: 4038903.

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

Color convert

RGB 247 160 61 -
CMYK 0 0.35 0.75 0.03
HSL 31.94º 0.92% 0.6% -
HSV(B) 31.94º 0.75% 0.97% -
XYZ 51.77 45.25 10.42 -
YUV 174.73 63.82 179.55 -
System Red Green Blue C M Y K H S L
Decimal 247 160 61 0 0.35 0.75 0.03 31.94 0.92 0.6
Hex F7 A0 3D 0 23 4B 3 20 5C 3C
Octal 367 240 75 0 43 113 3 40 134 74
Binary 11110111 10100000 111101 0 100011 1001011 11 100000 1011100 111100

Color Harmonies of #F7A03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A03D

Black with #F7A03D

Text Example


Text Example

White with #F7A03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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