Html Css Color HEX #FBA53C Lightning Yellow

📋 copy color: '#FBA53C'

red 251 ◦ green 165 ◦ blue 60

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

Shades of Lightning Yellow #FBA53C

Tints of Lightning Yellow #FBA53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.61%

R = 52.73%
G = 34.66%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FBA53C (or 0xFBA53C) is known color: Lightning Yellow. HEX triplet: FB, A5 and 3C. RGB value is (251,165,60). Sum of RGB (Red+Green+Blue) = 251+165+60=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA53C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA53C is #045AC3. Grayscale: #B3B3B3. Windows color (decimal): -285380 or 3974651. OLE color: 3974651.

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

Color convert

RGB 251 165 60 -
CMYK 0 0.34 0.76 0.02
HSL 32.98º 0.96% 0.61% -
HSV(B) 32.98º 0.76% 0.98% -
XYZ 54.05 47.75 10.64 -
YUV 178.74 60.99 179.54 -
System Red Green Blue C M Y K H S L
Decimal 251 165 60 0 0.34 0.76 0.02 32.98 0.96 0.61
Hex FB A5 3C 0 22 4C 2 21 60 3D
Octal 373 245 74 0 42 114 2 41 140 75
Binary 11111011 10100101 111100 0 100010 1001100 10 100001 1100000 111101

Color Harmonies of #FBA53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA53C

Black with #FBA53C

Text Example


Text Example

White with #FBA53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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