Html Css Color HEX #FBA13A Lightning Yellow

📋 copy color: '#FBA13A'

red 251 ◦ green 161 ◦ blue 58

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

Shades of Lightning Yellow #FBA13A

Tints of Lightning Yellow #FBA13A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.26%

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

R = 53.4%
G = 34.26%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FBA13A (or 0xFBA13A) is known color: Lightning Yellow. HEX triplet: FB, A1 and 3A. RGB value is (251,161,58). Sum of RGB (Red+Green+Blue) = 251+161+58=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA13A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA13A is #045EC5. Grayscale: #B0B0B0. Windows color (decimal): -286406 or 3842555. OLE color: 3842555.

HSL color Cylindrical-coordinate representation of color #FBA13A: hue angle of 32.02º 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 #FBA13A is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 161 58 -
CMYK 0 0.36 0.77 0.02
HSL 32.02º 0.96% 0.61% -
HSV(B) 32.02º 0.77% 0.98% -
XYZ 53.29 46.3 10.13 -
YUV 176.17 61.32 181.38 -
System Red Green Blue C M Y K H S L
Decimal 251 161 58 0 0.36 0.77 0.02 32.02 0.96 0.61
Hex FB A1 3A 0 24 4D 2 20 60 3D
Octal 373 241 72 0 44 115 2 40 140 75
Binary 11111011 10100001 111010 0 100100 1001101 10 100000 1100000 111101

Color Harmonies of #FBA13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA13A

Black with #FBA13A

Text Example


Text Example

White with #FBA13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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