Html Css Color HEX #FFA023 Lightning Yellow

📋 copy color: '#FFA023'

red 255 ◦ green 160 ◦ blue 35

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

Shades of Lightning Yellow #FFA023

Tints of Lightning Yellow #FFA023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.78%

R = 56.67%
G = 35.56%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FFA023 (or 0xFFA023) is known color: Lightning Yellow. HEX triplet: FF, A0 and 23. RGB value is (255,160,35). Sum of RGB (Red+Green+Blue) = 255+160+35=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 35 (14.06% from 255 or 7.78% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA023 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA023 is #005FDC. Grayscale: #AEAEAE. Windows color (decimal): -24541 or 2334975. OLE color: 2334975.

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

Color convert

RGB 255 160 35 -
CMYK 0 0.37 0.86 0
HSL 34.09º 1% 0.57% -
HSV(B) 34.09º 0.86% 1% -
XYZ 54.11 46.52 7.72 -
YUV 174.16 49.47 185.66 -
System Red Green Blue C M Y K H S L
Decimal 255 160 35 0 0.37 0.86 0 34.09 1 0.57
Hex FF A0 23 0 25 56 0 22 64 39
Octal 377 240 43 0 45 126 0 42 144 71
Binary 11111111 10100000 100011 0 100101 1010110 0 100010 1100100 111001

Color Harmonies of #FFA023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA023

Black with #FFA023

Text Example


Text Example

White with #FFA023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA023; }

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

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

background-color css

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

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

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

border-color css

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

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

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