Html Css Color HEX #F5993D Yellow Sea

📋 copy color: '#F5993D'

red 245 ◦ green 153 ◦ blue 61

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

Shades of Yellow Sea #F5993D

Tints of Yellow Sea #F5993D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.33%

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

R = 53.38%
G = 33.33%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5993D (or 0xF5993D) is known color: Yellow Sea. HEX triplet: F5, 99 and 3D. RGB value is (245,153,61). Sum of RGB (Red+Green+Blue) = 245+153+61=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F5993D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5993D is #0A66C2. Grayscale: #AAAAAA. Windows color (decimal): -681667 or 4037109. OLE color: 4037109.

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

Color convert

RGB 245 153 61 -
CMYK 0 0.38 0.75 0.04
HSL 30º 0.9% 0.6% -
HSV(B) 30º 0.75% 0.96% -
XYZ 49.89 42.53 9.99 -
YUV 170.02 66.48 181.48 -
System Red Green Blue C M Y K H S L
Decimal 245 153 61 0 0.38 0.75 0.04 30 0.9 0.6
Hex F5 99 3D 0 26 4B 4 1E 5A 3C
Octal 365 231 75 0 46 113 4 36 132 74
Binary 11110101 10011001 111101 0 100110 1001011 100 11110 1011010 111100

Color Harmonies of #F5993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5993D

Black with #F5993D

Text Example


Text Example

White with #F5993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5993D; }

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

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

background-color css

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

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

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

border-color css

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

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

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