Html Css Color HEX #FBA43C Lightning Yellow

📋 copy color: '#FBA43C'

red 251 ◦ green 164 ◦ blue 60

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

Shades of Lightning Yellow #FBA43C

Tints of Lightning Yellow #FBA43C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.53%

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

R = 52.84%
G = 34.53%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FBA43C (or 0xFBA43C) is known color: Lightning Yellow. HEX triplet: FB, A4 and 3C. RGB value is (251,164,60). Sum of RGB (Red+Green+Blue) = 251+164+60=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA43C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA43C is #045BC3. Grayscale: #B2B2B2. Windows color (decimal): -285636 or 3974395. OLE color: 3974395.

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

Color convert

RGB 251 164 60 -
CMYK 0 0.35 0.76 0.02
HSL 32.67º 0.96% 0.61% -
HSV(B) 32.67º 0.76% 0.98% -
XYZ 53.87 47.39 10.58 -
YUV 178.16 61.32 179.96 -
System Red Green Blue C M Y K H S L
Decimal 251 164 60 0 0.35 0.76 0.02 32.67 0.96 0.61
Hex FB A4 3C 0 23 4C 2 21 60 3D
Octal 373 244 74 0 43 114 2 41 140 75
Binary 11111011 10100100 111100 0 100011 1001100 10 100001 1100000 111101

Color Harmonies of #FBA43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA43C

Black with #FBA43C

Text Example


Text Example

White with #FBA43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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