Html Css Color HEX #F8A430 Lightning Yellow

📋 copy color: '#F8A430'

red 248 ◦ green 164 ◦ blue 48

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

Shades of Lightning Yellow #F8A430

Tints of Lightning Yellow #F8A430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.43%

R = 53.91%
G = 35.65%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8A430 (or 0xF8A430) is known color: Lightning Yellow. HEX triplet: F8, A4 and 30. RGB value is (248,164,48). Sum of RGB (Red+Green+Blue) = 248+164+48=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A430 is #075BCF. Grayscale: #B0B0B0. Windows color (decimal): -482256 or 3187960. OLE color: 3187960.

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

Color convert

RGB 248 164 48 -
CMYK 0 0.34 0.81 0.03
HSL 34.8º 0.93% 0.58% -
HSV(B) 34.8º 0.81% 0.97% -
XYZ 52.52 46.72 9.05 -
YUV 175.89 55.83 179.43 -
System Red Green Blue C M Y K H S L
Decimal 248 164 48 0 0.34 0.81 0.03 34.8 0.93 0.58
Hex F8 A4 30 0 22 51 3 23 5D 3A
Octal 370 244 60 0 42 121 3 43 135 72
Binary 11111000 10100100 110000 0 100010 1010001 11 100011 1011101 111010

Color Harmonies of #F8A430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A430

Black with #F8A430

Text Example


Text Example

White with #F8A430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A430; }

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

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

background-color css

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

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

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

border-color css

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

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

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