Html Css Color HEX #F5962F Yellow Sea

📋 copy color: '#F5962F'

red 245 ◦ green 150 ◦ blue 47

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

Shades of Yellow Sea #F5962F

Tints of Yellow Sea #F5962F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.94%

 BLUE value IS 47 (18.75% from 255) = 10.63%

R = 55.43%
G = 33.94%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5962F (or 0xF5962F) is known color: Yellow Sea. HEX triplet: F5, 96 and 2F. RGB value is (245,150,47). Sum of RGB (Red+Green+Blue) = 245+150+47=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F5962F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5962F is #0A69D0. Grayscale: #A7A7A7. Windows color (decimal): -682449 or 3118837. OLE color: 3118837.

HSL color Cylindrical-coordinate representation of color #F5962F: hue angle of 31.21º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5962F is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 150 47 -
CMYK 0 0.39 0.81 0.04
HSL 31.21º 0.91% 0.57% -
HSV(B) 31.21º 0.81% 0.96% -
XYZ 49.08 41.43 8.1 -
YUV 166.66 60.47 183.88 -
System Red Green Blue C M Y K H S L
Decimal 245 150 47 0 0.39 0.81 0.04 31.21 0.91 0.57
Hex F5 96 2F 0 27 51 4 1F 5B 39
Octal 365 226 57 0 47 121 4 37 133 71
Binary 11110101 10010110 101111 0 100111 1010001 100 11111 1011011 111001

Color Harmonies of #F5962F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5962F

Black with #F5962F

Text Example


Text Example

White with #F5962F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5962F; }

 p { color: rgb(245,150,47); }

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

background-color css

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

 a { background-color: rgb(245,150,47); }

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

border-color css

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

 span { border-color: rgb(245,150,47); }

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