Html Css Color HEX #F8A83C Lightning Yellow

📋 copy color: '#F8A83C'

red 248 ◦ green 168 ◦ blue 60

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

Shades of Lightning Yellow #F8A83C

Tints of Lightning Yellow #F8A83C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.61%

R = 52.1%
G = 35.29%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8A83C (or 0xF8A83C) is known color: Lightning Yellow. HEX triplet: F8, A8 and 3C. RGB value is (248,168,60). Sum of RGB (Red+Green+Blue) = 248+168+60=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A83C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A83C is #0757C3. Grayscale: #B4B4B4. Windows color (decimal): -481220 or 3975416. OLE color: 3975416.

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

Color convert

RGB 248 168 60 -
CMYK 0 0.32 0.76 0.03
HSL 34.47º 0.93% 0.6% -
HSV(B) 34.47º 0.76% 0.97% -
XYZ 53.53 48.29 10.77 -
YUV 179.61 60.5 176.78 -
System Red Green Blue C M Y K H S L
Decimal 248 168 60 0 0.32 0.76 0.03 34.47 0.93 0.6
Hex F8 A8 3C 0 20 4C 3 22 5D 3C
Octal 370 250 74 0 40 114 3 42 135 74
Binary 11111000 10101000 111100 0 100000 1001100 11 100010 1011101 111100

Color Harmonies of #F8A83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A83C

Black with #F8A83C

Text Example


Text Example

White with #F8A83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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