Html Css Color HEX #F8A138 Yellow Sea

📋 copy color: '#F8A138'

red 248 ◦ green 161 ◦ blue 56

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

Shades of Yellow Sea #F8A138

Tints of Yellow Sea #F8A138

RGB

 RED value IS 248 (97.27% from 255) = 53.33%

 GREEN value IS 161 (63.28% from 255) = 34.62%

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

R = 53.33%
G = 34.62%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F8A138 (or 0xF8A138) is known color: Yellow Sea. HEX triplet: F8, A1 and 38. RGB value is (248,161,56). Sum of RGB (Red+Green+Blue) = 248+161+56=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 56 (22.27% from 255 or 12.04% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A138 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A138 is #075EC7. Grayscale: #AFAFAF. Windows color (decimal): -483016 or 3711480. OLE color: 3711480.

HSL color Cylindrical-coordinate representation of color #F8A138: hue angle of 32.81º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8A138 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 161 56 -
CMYK 0 0.35 0.77 0.03
HSL 32.81º 0.93% 0.6% -
HSV(B) 32.81º 0.77% 0.97% -
XYZ 52.17 45.73 9.82 -
YUV 175.04 60.82 180.04 -
System Red Green Blue C M Y K H S L
Decimal 248 161 56 0 0.35 0.77 0.03 32.81 0.93 0.6
Hex F8 A1 38 0 23 4D 3 21 5D 3C
Octal 370 241 70 0 43 115 3 41 135 74
Binary 11111000 10100001 111000 0 100011 1001101 11 100001 1011101 111100

Color Harmonies of #F8A138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A138

Black with #F8A138

Text Example


Text Example

White with #F8A138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A138; }

 p { color: rgb(248,161,56); }

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

background-color css

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

 a { background-color: rgb(248,161,56); }

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

border-color css

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

 span { border-color: rgb(248,161,56); }

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