Html Css Color HEX #F8AC2D Lightning Yellow

📋 copy color: '#F8AC2D'

red 248 ◦ green 172 ◦ blue 45

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

Shades of Lightning Yellow #F8AC2D

Tints of Lightning Yellow #F8AC2D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.99%

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

R = 53.33%
G = 36.99%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8AC2D (or 0xF8AC2D) is known color: Lightning Yellow. HEX triplet: F8, AC and 2D. RGB value is (248,172,45). Sum of RGB (Red+Green+Blue) = 248+172+45=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AC2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AC2D is #0753D2. Grayscale: #B4B4B4. Windows color (decimal): -480211 or 2993400. OLE color: 2993400.

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

Color convert

RGB 248 172 45 -
CMYK 0 0.31 0.82 0.03
HSL 37.54º 0.94% 0.57% -
HSV(B) 37.54º 0.82% 0.97% -
XYZ 53.94 49.65 9.22 -
YUV 180.25 51.68 176.33 -
System Red Green Blue C M Y K H S L
Decimal 248 172 45 0 0.31 0.82 0.03 37.54 0.94 0.57
Hex F8 AC 2D 0 1F 52 3 26 5E 39
Octal 370 254 55 0 37 122 3 46 136 71
Binary 11111000 10101100 101101 0 11111 1010010 11 100110 1011110 111001

Color Harmonies of #F8AC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AC2D

Black with #F8AC2D

Text Example


Text Example

White with #F8AC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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