Html Css Color HEX #FBA826 Lightning Yellow

📋 copy color: '#FBA826'

red 251 ◦ green 168 ◦ blue 38

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

Shades of Lightning Yellow #FBA826

Tints of Lightning Yellow #FBA826

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.76%

 BLUE value IS 38 (15.23% from 255) = 8.32%

R = 54.92%
G = 36.76%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FBA826 (or 0xFBA826) is known color: Lightning Yellow. HEX triplet: FB, A8 and 26. RGB value is (251,168,38). Sum of RGB (Red+Green+Blue) = 251+168+38=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 38 (15.23% from 255 or 8.32% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA826 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA826 is #0457D9. Grayscale: #B2B2B2. Windows color (decimal): -284634 or 2533627. OLE color: 2533627.

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

Color convert

RGB 251 168 38 -
CMYK 0 0.33 0.85 0.02
HSL 36.62º 0.96% 0.57% -
HSV(B) 36.62º 0.85% 0.98% -
XYZ 54.14 48.65 8.37 -
YUV 178 49 180.07 -
System Red Green Blue C M Y K H S L
Decimal 251 168 38 0 0.33 0.85 0.02 36.62 0.96 0.57
Hex FB A8 26 0 21 55 2 25 60 39
Octal 373 250 46 0 41 125 2 45 140 71
Binary 11111011 10101000 100110 0 100001 1010101 10 100101 1100000 111001

Color Harmonies of #FBA826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA826

Black with #FBA826

Text Example


Text Example

White with #FBA826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA826; }

 p { color: rgb(251,168,38); }

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

background-color css

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

 a { background-color: rgb(251,168,38); }

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

border-color css

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

 span { border-color: rgb(251,168,38); }

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