Html Css Color HEX #F0A826 Lightning Yellow

📋 copy color: '#F0A826'

red 240 ◦ green 168 ◦ blue 38

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

Shades of Lightning Yellow #F0A826

Tints of Lightning Yellow #F0A826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.52%

R = 53.81%
G = 37.67%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F0A826 (or 0xF0A826) is known color: Lightning Yellow. HEX triplet: F0, A8 and 26. RGB value is (240,168,38). Sum of RGB (Red+Green+Blue) = 240+168+38=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 38 (15.23% from 255 or 8.52% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A826 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A826 is #0F57D9. Grayscale: #AFAFAF. Windows color (decimal): -1005530 or 2533616. OLE color: 2533616.

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

Color convert

RGB 240 168 38 -
CMYK 0 0.3 0.84 0.06
HSL 38.61º 0.87% 0.55% -
HSV(B) 38.61º 0.84% 0.94% -
XYZ 50.29 46.67 8.19 -
YUV 174.71 50.85 174.57 -
System Red Green Blue C M Y K H S L
Decimal 240 168 38 0 0.3 0.84 0.06 38.61 0.87 0.55
Hex F0 A8 26 0 1E 54 6 27 57 37
Octal 360 250 46 0 36 124 6 47 127 67
Binary 11110000 10101000 100110 0 11110 1010100 110 100111 1010111 110111

Color Harmonies of #F0A826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A826

Black with #F0A826

Text Example


Text Example

White with #F0A826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A826; }

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

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

background-color css

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

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

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

border-color css

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

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

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