Html Css Color HEX #FFA23B Lightning Yellow

📋 copy color: '#FFA23B'

red 255 ◦ green 162 ◦ blue 59

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

Shades of Lightning Yellow #FFA23B

Tints of Lightning Yellow #FFA23B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.03%

 BLUE value IS 59 (23.44% from 255) = 12.39%

R = 53.57%
G = 34.03%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFA23B (or 0xFFA23B) is known color: Lightning Yellow. HEX triplet: FF, A2 and 3B. RGB value is (255,162,59). Sum of RGB (Red+Green+Blue) = 255+162+59=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 59 (23.44% from 255 or 12.39% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA23B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA23B is #005DC4. Grayscale: #B2B2B2. Windows color (decimal): -24005 or 3908351. OLE color: 3908351.

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

Color convert

RGB 255 162 59 -
CMYK 0 0.36 0.77 0
HSL 31.53º 1% 0.62% -
HSV(B) 31.53º 0.77% 1% -
XYZ 54.95 47.42 10.39 -
YUV 178.07 60.81 182.88 -
System Red Green Blue C M Y K H S L
Decimal 255 162 59 0 0.36 0.77 0 31.53 1 0.62
Hex FF A2 3B 0 24 4D 0 20 64 3E
Octal 377 242 73 0 44 115 0 40 144 76
Binary 11111111 10100010 111011 0 100100 1001101 0 100000 1100100 111110

Color Harmonies of #FFA23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA23B

Black with #FFA23B

Text Example


Text Example

White with #FFA23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA23B; }

 p { color: rgb(255,162,59); }

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

background-color css

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

 a { background-color: rgb(255,162,59); }

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

border-color css

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

 span { border-color: rgb(255,162,59); }

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