Html Css Color HEX #FFA02A Lightning Yellow

📋 copy color: '#FFA02A'

red 255 ◦ green 160 ◦ blue 42

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

Shades of Lightning Yellow #FFA02A

Tints of Lightning Yellow #FFA02A

RGB

 RED value IS 255 (100% from 255) = 55.8%

 GREEN value IS 160 (62.89% from 255) = 35.01%

 BLUE value IS 42 (16.8% from 255) = 9.19%

R = 55.8%
G = 35.01%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFA02A (or 0xFFA02A) is known color: Lightning Yellow. HEX triplet: FF, A0 and 2A. RGB value is (255,160,42). Sum of RGB (Red+Green+Blue) = 255+160+42=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA02A is #005FD5. Grayscale: #AFAFAF. Windows color (decimal): -24534 or 2793727. OLE color: 2793727.

HSL color Cylindrical-coordinate representation of color #FFA02A: hue angle of 33.24º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFA02A is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 160 42 -
CMYK 0 0.37 0.84 0
HSL 33.24º 1% 0.58% -
HSV(B) 33.24º 0.84% 1% -
XYZ 54.23 46.57 8.32 -
YUV 174.95 52.97 185.09 -
System Red Green Blue C M Y K H S L
Decimal 255 160 42 0 0.37 0.84 0 33.24 1 0.58
Hex FF A0 2A 0 25 54 0 21 64 3A
Octal 377 240 52 0 45 124 0 41 144 72
Binary 11111111 10100000 101010 0 100101 1010100 0 100001 1100100 111010

Color Harmonies of #FFA02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA02A

Black with #FFA02A

Text Example


Text Example

White with #FFA02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA02A; }

 p { color: rgb(255,160,42); }

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

background-color css

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

 a { background-color: rgb(255,160,42); }

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

border-color css

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

 span { border-color: rgb(255,160,42); }

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