Html Css Color HEX #F5A33E Yellow Sea

📋 copy color: '#F5A33E'

red 245 ◦ green 163 ◦ blue 62

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

Shades of Yellow Sea #F5A33E

Tints of Yellow Sea #F5A33E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.68%

 BLUE value IS 62 (24.61% from 255) = 13.19%

R = 52.13%
G = 34.68%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5A33E (or 0xF5A33E) is known color: Yellow Sea. HEX triplet: F5, A3 and 3E. RGB value is (245,163,62). Sum of RGB (Red+Green+Blue) = 245+163+62=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A33E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A33E is #0A5CC1. Grayscale: #B0B0B0. Windows color (decimal): -679106 or 4105205. OLE color: 4105205.

HSL color Cylindrical-coordinate representation of color #F5A33E: hue angle of 33.11º 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 #F5A33E is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 163 62 -
CMYK 0 0.33 0.75 0.04
HSL 33.11º 0.9% 0.6% -
HSV(B) 33.11º 0.75% 0.96% -
XYZ 51.62 45.95 10.71 -
YUV 176 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 245 163 62 0 0.33 0.75 0.04 33.11 0.9 0.6
Hex F5 A3 3E 0 21 4B 4 21 5A 3C
Octal 365 243 76 0 41 113 4 41 132 74
Binary 11110101 10100011 111110 0 100001 1001011 100 100001 1011010 111100

Color Harmonies of #F5A33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A33E

Black with #F5A33E

Text Example


Text Example

White with #F5A33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A33E; }

 p { color: rgb(245,163,62); }

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

background-color css

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

 a { background-color: rgb(245,163,62); }

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

border-color css

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

 span { border-color: rgb(245,163,62); }

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