Html Css Color HEX #F0A838 Lightning Yellow

📋 copy color: '#F0A838'

red 240 ◦ green 168 ◦ blue 56

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

Shades of Lightning Yellow #F0A838

Tints of Lightning Yellow #F0A838

RGB

 RED value IS 240 (94.14% from 255) = 51.72%

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

 BLUE value IS 56 (22.27% from 255) = 12.07%

R = 51.72%
G = 36.21%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F0A838 (or 0xF0A838) is known color: Lightning Yellow. HEX triplet: F0, A8 and 38. RGB value is (240,168,56). Sum of RGB (Red+Green+Blue) = 240+168+56=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 56 (22.27% from 255 or 12.07% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A838 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A838 is #0F57C7. Grayscale: #B1B1B1. Windows color (decimal): -1005512 or 3713264. OLE color: 3713264.

HSL color Cylindrical-coordinate representation of color #F0A838: hue angle of 36.52º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0A838 is Cyan = 0, Magento = 0.3, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 168 56 -
CMYK 0 0.3 0.77 0.06
HSL 36.52º 0.86% 0.58% -
HSV(B) 36.52º 0.77% 0.94% -
XYZ 50.65 46.82 10.11 -
YUV 176.76 59.85 173.11 -
System Red Green Blue C M Y K H S L
Decimal 240 168 56 0 0.3 0.77 0.06 36.52 0.86 0.58
Hex F0 A8 38 0 1E 4D 6 25 56 3A
Octal 360 250 70 0 36 115 6 45 126 72
Binary 11110000 10101000 111000 0 11110 1001101 110 100101 1010110 111010

Color Harmonies of #F0A838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A838

Black with #F0A838

Text Example


Text Example

White with #F0A838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A838; }

 p { color: rgb(240,168,56); }

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

background-color css

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

 a { background-color: rgb(240,168,56); }

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

border-color css

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

 span { border-color: rgb(240,168,56); }

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