Html Css Color HEX #FA9E3C Yellow Sea

📋 copy color: '#FA9E3C'

red 250 ◦ green 158 ◦ blue 60

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

Shades of Yellow Sea #FA9E3C

Tints of Yellow Sea #FA9E3C

RGB

 RED value IS 250 (98.05% from 255) = 53.42%

 GREEN value IS 158 (62.11% from 255) = 33.76%

 BLUE value IS 60 (23.83% from 255) = 12.82%

R = 53.42%
G = 33.76%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA9E3C (or 0xFA9E3C) is known color: Yellow Sea. HEX triplet: FA, 9E and 3C. RGB value is (250,158,60). Sum of RGB (Red+Green+Blue) = 250+158+60=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9E3C is #0561C3. Grayscale: #AEAEAE. Windows color (decimal): -352708 or 3972858. OLE color: 3972858.

HSL color Cylindrical-coordinate representation of color #FA9E3C: hue angle of 30.95º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA9E3C is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 158 60 -
CMYK 0 0.37 0.76 0.02
HSL 30.95º 0.95% 0.61% -
HSV(B) 30.95º 0.76% 0.98% -
XYZ 52.47 45.1 10.22 -
YUV 174.34 63.48 181.97 -
System Red Green Blue C M Y K H S L
Decimal 250 158 60 0 0.37 0.76 0.02 30.95 0.95 0.61
Hex FA 9E 3C 0 25 4C 2 1F 5F 3D
Octal 372 236 74 0 45 114 2 37 137 75
Binary 11111010 10011110 111100 0 100101 1001100 10 11111 1011111 111101

Color Harmonies of #FA9E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9E3C

Black with #FA9E3C

Text Example


Text Example

White with #FA9E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9E3C; }

 p { color: rgb(250,158,60); }

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

background-color css

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

 a { background-color: rgb(250,158,60); }

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

border-color css

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

 span { border-color: rgb(250,158,60); }

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