Html Css Color HEX #F8A82D Lightning Yellow

📋 copy color: '#F8A82D'

red 248 ◦ green 168 ◦ blue 45

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

Shades of Lightning Yellow #F8A82D

Tints of Lightning Yellow #F8A82D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.44%

 BLUE value IS 45 (17.97% from 255) = 9.76%

R = 53.8%
G = 36.44%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8A82D (or 0xF8A82D) is known color: Lightning Yellow. HEX triplet: F8, A8 and 2D. RGB value is (248,168,45). Sum of RGB (Red+Green+Blue) = 248+168+45=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A82D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A82D is #0757D2. Grayscale: #B2B2B2. Windows color (decimal): -481235 or 2992376. OLE color: 2992376.

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

Color convert

RGB 248 168 45 -
CMYK 0 0.32 0.82 0.03
HSL 36.35º 0.94% 0.57% -
HSV(B) 36.35º 0.82% 0.97% -
XYZ 53.19 48.15 8.97 -
YUV 177.9 53 178 -
System Red Green Blue C M Y K H S L
Decimal 248 168 45 0 0.32 0.82 0.03 36.35 0.94 0.57
Hex F8 A8 2D 0 20 52 3 24 5E 39
Octal 370 250 55 0 40 122 3 44 136 71
Binary 11111000 10101000 101101 0 100000 1010010 11 100100 1011110 111001

Color Harmonies of #F8A82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A82D

Black with #F8A82D

Text Example


Text Example

White with #F8A82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A82D; }

 p { color: rgb(248,168,45); }

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

background-color css

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

 a { background-color: rgb(248,168,45); }

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

border-color css

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

 span { border-color: rgb(248,168,45); }

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