Html Css Color HEX #F5A03D Yellow Sea

📋 copy color: '#F5A03D'

red 245 ◦ green 160 ◦ blue 61

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

Shades of Yellow Sea #F5A03D

Tints of Yellow Sea #F5A03D

RGB

 RED value IS 245 (96.09% from 255) = 52.58%

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

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

R = 52.58%
G = 34.33%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5A03D (or 0xF5A03D) is known color: Yellow Sea. HEX triplet: F5, A0 and 3D. RGB value is (245,160,61). Sum of RGB (Red+Green+Blue) = 245+160+61=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A03D is #0A5FC2. Grayscale: #AEAEAE. Windows color (decimal): -679875 or 4038901. OLE color: 4038901.

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

Color convert

RGB 245 160 61 -
CMYK 0 0.35 0.75 0.04
HSL 32.28º 0.9% 0.6% -
HSV(B) 32.28º 0.75% 0.96% -
XYZ 51.07 44.89 10.39 -
YUV 174.13 64.16 178.55 -
System Red Green Blue C M Y K H S L
Decimal 245 160 61 0 0.35 0.75 0.04 32.28 0.9 0.6
Hex F5 A0 3D 0 23 4B 4 20 5A 3C
Octal 365 240 75 0 43 113 4 40 132 74
Binary 11110101 10100000 111101 0 100011 1001011 100 100000 1011010 111100

Color Harmonies of #F5A03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A03D

Black with #F5A03D

Text Example


Text Example

White with #F5A03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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