Html Css Color HEX #FBA23A Lightning Yellow

📋 copy color: '#FBA23A'

red 251 ◦ green 162 ◦ blue 58

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

Shades of Lightning Yellow #FBA23A

Tints of Lightning Yellow #FBA23A

RGB

 RED value IS 251 (98.44% from 255) = 53.29%

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

 BLUE value IS 58 (23.05% from 255) = 12.31%

R = 53.29%
G = 34.39%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FBA23A (or 0xFBA23A) is known color: Lightning Yellow. HEX triplet: FB, A2 and 3A. RGB value is (251,162,58). Sum of RGB (Red+Green+Blue) = 251+162+58=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 58 (23.05% from 255 or 12.31% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA23A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA23A is #045DC5. Grayscale: #B1B1B1. Windows color (decimal): -286150 or 3842811. OLE color: 3842811.

HSL color Cylindrical-coordinate representation of color #FBA23A: hue angle of 32.33º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FBA23A is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 162 58 -
CMYK 0 0.35 0.77 0.02
HSL 32.33º 0.96% 0.61% -
HSV(B) 32.33º 0.77% 0.98% -
XYZ 53.47 46.66 10.19 -
YUV 176.76 60.99 180.96 -
System Red Green Blue C M Y K H S L
Decimal 251 162 58 0 0.35 0.77 0.02 32.33 0.96 0.61
Hex FB A2 3A 0 23 4D 2 20 60 3D
Octal 373 242 72 0 43 115 2 40 140 75
Binary 11111011 10100010 111010 0 100011 1001101 10 100000 1100000 111101

Color Harmonies of #FBA23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA23A

Black with #FBA23A

Text Example


Text Example

White with #FBA23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA23A; }

 p { color: rgb(251,162,58); }

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

background-color css

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

 a { background-color: rgb(251,162,58); }

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

border-color css

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

 span { border-color: rgb(251,162,58); }

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