Html Css Color HEX #F8A538 Lightning Yellow

📋 copy color: '#F8A538'

red 248 ◦ green 165 ◦ blue 56

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

Shades of Lightning Yellow #F8A538

Tints of Lightning Yellow #F8A538

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.18%

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

R = 52.88%
G = 35.18%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F8A538 (or 0xF8A538) is known color: Lightning Yellow. HEX triplet: F8, A5 and 38. RGB value is (248,165,56). Sum of RGB (Red+Green+Blue) = 248+165+56=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A538 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A538 is #075AC7. Grayscale: #B1B1B1. Windows color (decimal): -481992 or 3712504. OLE color: 3712504.

HSL color Cylindrical-coordinate representation of color #F8A538: hue angle of 34.06º 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 #F8A538 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 165 56 -
CMYK 0 0.33 0.77 0.03
HSL 34.06º 0.93% 0.6% -
HSV(B) 34.06º 0.77% 0.97% -
XYZ 52.88 47.15 10.06 -
YUV 177.39 59.5 178.36 -
System Red Green Blue C M Y K H S L
Decimal 248 165 56 0 0.33 0.77 0.03 34.06 0.93 0.6
Hex F8 A5 38 0 21 4D 3 22 5D 3C
Octal 370 245 70 0 41 115 3 42 135 74
Binary 11111000 10100101 111000 0 100001 1001101 11 100010 1011101 111100

Color Harmonies of #F8A538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A538

Black with #F8A538

Text Example


Text Example

White with #F8A538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A538; }

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

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

background-color css

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

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

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

border-color css

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

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

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