Html Css Color HEX #F8A327 Lightning Yellow

📋 copy color: '#F8A327'

red 248 ◦ green 163 ◦ blue 39

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

Shades of Lightning Yellow #F8A327

Tints of Lightning Yellow #F8A327

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.22%

 BLUE value IS 39 (15.63% from 255) = 8.67%

R = 55.11%
G = 36.22%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F8A327 (or 0xF8A327) is known color: Lightning Yellow. HEX triplet: F8, A3 and 27. RGB value is (248,163,39). Sum of RGB (Red+Green+Blue) = 248+163+39=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 39 (15.62% from 255 or 8.67% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A327 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A327 is #075CD8. Grayscale: #AEAEAE. Windows color (decimal): -482521 or 2597880. OLE color: 2597880.

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

Color convert

RGB 248 163 39 -
CMYK 0 0.34 0.84 0.03
HSL 35.6º 0.94% 0.56% -
HSV(B) 35.6º 0.84% 0.97% -
XYZ 52.17 46.3 8.11 -
YUV 174.28 51.66 180.58 -
System Red Green Blue C M Y K H S L
Decimal 248 163 39 0 0.34 0.84 0.03 35.6 0.94 0.56
Hex F8 A3 27 0 22 54 3 24 5E 38
Octal 370 243 47 0 42 124 3 44 136 70
Binary 11111000 10100011 100111 0 100010 1010100 11 100100 1011110 111000

Color Harmonies of #F8A327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A327

Black with #F8A327

Text Example


Text Example

White with #F8A327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A327; }

 p { color: rgb(248,163,39); }

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

background-color css

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

 a { background-color: rgb(248,163,39); }

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

border-color css

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

 span { border-color: rgb(248,163,39); }

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