Html Css Color HEX #FA9E38 Yellow Sea

📋 copy color: '#FA9E38'

red 250 ◦ green 158 ◦ blue 56

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

Shades of Yellow Sea #FA9E38

Tints of Yellow Sea #FA9E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.07%

R = 53.88%
G = 34.05%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA9E38 (or 0xFA9E38) is known color: Yellow Sea. HEX triplet: FA, 9E and 38. RGB value is (250,158,56). Sum of RGB (Red+Green+Blue) = 250+158+56=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 56 (22.27% from 255 or 12.07% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9E38 is #0561C7. Grayscale: #AEAEAE. Windows color (decimal): -352712 or 3710714. OLE color: 3710714.

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

Color convert

RGB 250 158 56 -
CMYK 0 0.37 0.78 0.02
HSL 31.55º 0.95% 0.6% -
HSV(B) 31.55º 0.78% 0.98% -
XYZ 52.37 45.06 9.68 -
YUV 173.88 61.48 182.29 -
System Red Green Blue C M Y K H S L
Decimal 250 158 56 0 0.37 0.78 0.02 31.55 0.95 0.6
Hex FA 9E 38 0 25 4E 2 20 5F 3C
Octal 372 236 70 0 45 116 2 40 137 74
Binary 11111010 10011110 111000 0 100101 1001110 10 100000 1011111 111100

Color Harmonies of #FA9E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9E38

Black with #FA9E38

Text Example


Text Example

White with #FA9E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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