Html Css Color HEX #F8A523 Lightning Yellow

📋 copy color: '#F8A523'

red 248 ◦ green 165 ◦ blue 35

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

Shades of Lightning Yellow #F8A523

Tints of Lightning Yellow #F8A523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.81%

R = 55.36%
G = 36.83%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F8A523 (or 0xF8A523) is known color: Lightning Yellow. HEX triplet: F8, A5 and 23. RGB value is (248,165,35). Sum of RGB (Red+Green+Blue) = 248+165+35=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 35 (14.06% from 255 or 7.81% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A523 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A523 is #075ADC. Grayscale: #AFAFAF. Windows color (decimal): -482013 or 2336248. OLE color: 2336248.

HSL color Cylindrical-coordinate representation of color #F8A523: hue angle of 36.62º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F8A523 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 165 35 -
CMYK 0 0.33 0.86 0.03
HSL 36.62º 0.94% 0.55% -
HSV(B) 36.62º 0.86% 0.97% -
XYZ 52.47 46.99 7.89 -
YUV 175 49 180.07 -
System Red Green Blue C M Y K H S L
Decimal 248 165 35 0 0.33 0.86 0.03 36.62 0.94 0.55
Hex F8 A5 23 0 21 56 3 25 5E 37
Octal 370 245 43 0 41 126 3 45 136 67
Binary 11111000 10100101 100011 0 100001 1010110 11 100101 1011110 110111

Color Harmonies of #F8A523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A523

Black with #F8A523

Text Example


Text Example

White with #F8A523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A523; }

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

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

background-color css

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

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

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

border-color css

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

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

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