Html Css Color HEX #FBA52E Lightning Yellow

📋 copy color: '#FBA52E'

red 251 ◦ green 165 ◦ blue 46

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

Shades of Lightning Yellow #FBA52E

Tints of Lightning Yellow #FBA52E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.71%

 BLUE value IS 46 (18.36% from 255) = 9.96%

R = 54.33%
G = 35.71%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBA52E (or 0xFBA52E) is known color: Lightning Yellow. HEX triplet: FB, A5 and 2E. RGB value is (251,165,46). Sum of RGB (Red+Green+Blue) = 251+165+46=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 46 (18.36% from 255 or 9.96% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA52E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA52E is #045AD1. Grayscale: #B1B1B1. Windows color (decimal): -285394 or 3057147. OLE color: 3057147.

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

Color convert

RGB 251 165 46 -
CMYK 0 0.34 0.82 0.02
HSL 34.83º 0.96% 0.58% -
HSV(B) 34.83º 0.82% 0.98% -
XYZ 53.73 47.62 8.94 -
YUV 177.15 53.99 180.68 -
System Red Green Blue C M Y K H S L
Decimal 251 165 46 0 0.34 0.82 0.02 34.83 0.96 0.58
Hex FB A5 2E 0 22 52 2 23 60 3A
Octal 373 245 56 0 42 122 2 43 140 72
Binary 11111011 10100101 101110 0 100010 1010010 10 100011 1100000 111010

Color Harmonies of #FBA52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA52E

Black with #FBA52E

Text Example


Text Example

White with #FBA52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA52E; }

 p { color: rgb(251,165,46); }

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

background-color css

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

 a { background-color: rgb(251,165,46); }

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

border-color css

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

 span { border-color: rgb(251,165,46); }

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