Html Css Color HEX #F8A438 Lightning Yellow

📋 copy color: '#F8A438'

red 248 ◦ green 164 ◦ blue 56

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

Shades of Lightning Yellow #F8A438

Tints of Lightning Yellow #F8A438

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.04%

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

R = 52.99%
G = 35.04%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F8A438 (or 0xF8A438) is known color: Lightning Yellow. HEX triplet: F8, A4 and 38. RGB value is (248,164,56). Sum of RGB (Red+Green+Blue) = 248+164+56=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 56 (22.27% from 255 or 11.97% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A438 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A438 is #075BC7. Grayscale: #B1B1B1. Windows color (decimal): -482248 or 3712248. OLE color: 3712248.

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

Color convert

RGB 248 164 56 -
CMYK 0 0.34 0.77 0.03
HSL 33.75º 0.93% 0.6% -
HSV(B) 33.75º 0.77% 0.97% -
XYZ 52.7 46.79 10 -
YUV 176.8 59.83 178.78 -
System Red Green Blue C M Y K H S L
Decimal 248 164 56 0 0.34 0.77 0.03 33.75 0.93 0.6
Hex F8 A4 38 0 22 4D 3 22 5D 3C
Octal 370 244 70 0 42 115 3 42 135 74
Binary 11111000 10100100 111000 0 100010 1001101 11 100010 1011101 111100

Color Harmonies of #F8A438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A438

Black with #F8A438

Text Example


Text Example

White with #F8A438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A438; }

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

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

background-color css

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

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

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

border-color css

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

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

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